forked from jhipster/jhipster-dotnetcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
35 lines (32 loc) · 865 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# All text files should have the "lf" (Unix) line endings
* text eol=lf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.java text
*.js text
*.css text
*.html text
*.cs text
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jar binary
*.pdf binary
*.eot binary
*.ttf binary
*.gzip binary
*.gz binary
*.ai binary
*.eps binary
# Precise which language is used
*.ts.ejs linguist-language=TypeScript
*.tsx.ejs linguist-language=TypeScript
*.js.ejs linguist-language=JavaScript
*.cs.ejs linguist-language=CSharp
*.ps1.ejs linguist-language=PowerShell
*.css.ejs linguist-language=CSS
*.scss.ejs linguist-language=SCSS
*.yaml.ejs linguist-language=YAML
*.yml.ejs linguist-language=YAML
*.json.ejs linguist-language=JSON
*.xml.ejs linguist-language=XML