-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitattributes
47 lines (40 loc) · 1.12 KB
/
.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
37
38
39
40
41
42
43
44
45
46
47
## Defaults
## -----------------------------------------------------------------------------
* text=auto eol=lf
## Shell
## -----------------------------------------------------------------------------
*.bash text
*.sh text
## Java
## -----------------------------------------------------------------------------
*.class binary
*.jar binary
*.java text diff=java
## Web
## -----------------------------------------------------------------------------
*.css text diff=css
*.htm text diff=html
*.html text diff=html
*.js text
*.xhtml text diff=html
## Configuration
## -----------------------------------------------------------------------------
*.conf text
*.ini text
*.json text
*.properties text
*.xml text diff=xml
*.yml text
## Documentation
## -----------------------------------------------------------------------------
*.md text
*.rst text
*.txt text
## Images
## -----------------------------------------------------------------------------
*.ico binary
*.png binary
*.svg text diff=xml
## Other
## -----------------------------------------------------------------------------
*.sql text