forked from jhipster/generator-jhipster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
36 lines (33 loc) · 922 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
36
# 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
# 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
*.ico binary
# Used by GitHub to determine which language is used
# See https://github.com/github/linguist
*.ts.ejs linguist-language=TypeScript
*.tsx.ejs linguist-language=TypeScript
*.js.ejs linguist-language=JavaScript
*.java.ejs linguist-language=Java
*.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
*.vue.ejs linguist-language=Vue