-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
43 lines (41 loc) · 1.65 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
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
#
# The above will handle all files NOT found below
#
# These files are text and should be normalized (Convert crlf => lf)
*.css text linguist-vendored
*.scss text linguist-vendored
*.sass text linguist-vendored
*.less text linguist-vendored
*.df text linguist-vendored
*.htm text linguist-vendored
*.html text linguist-vendored
#*.java text linguist-vendored
#*.js text linguist-vendored
*.json text linguist-vendored
#*.jsp text linguist-vendored
*.jspf text linguist-vendored
*.jspx text linguist-vendored
*.properties text linguist-vendored
*.sh text linguist-vendored
*.tld text linguist-vendored
*.txt text linguist-vendored
*.tag text linguist-vendored
*.tagx text linguist-vendored
*.xml text linguist-vendored
#*.yml text linguist-vendored
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.class binary linguist-vendored
*.dll binary linguist-vendored
*.ear binary linguist-vendored
*.gif binary linguist-vendored
*.ico binary linguist-vendored
*.jar binary linguist-vendored
*.jpg binary linguist-vendored
*.jpeg binary linguist-vendored
*.png binary linguist-vendored
*.so binary linguist-vendored
*.war binary linguist-vendored