Skip to content

Commit 221baa7

Browse files
committed
added gitattributes
1 parent 2a6088c commit 221baa7

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

.gitattributes

+43-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,44 @@
11
*.jsp linguist-language=Java
2-
*.java linguist-language=Java
2+
*.java linguist-language=Java
3+
*.js linguist-language=Java
4+
5+
# handle line endings automatically for files detected as text
6+
# and leave all files detected as binary untouched.
7+
* text=auto
8+
9+
#
10+
# The above will handle all files NOT found below
11+
#
12+
# These files are text and should be normalized (Convert crlf => lf)
13+
*.css text
14+
*.df text
15+
*.htm text
16+
*.html text
17+
*.java text
18+
*.js text
19+
*.json text
20+
*.jsp text
21+
*.jspf text
22+
*.jspx text
23+
*.properties text
24+
*.sh text
25+
*.tld text
26+
*.txt text
27+
*.tag text
28+
*.tagx text
29+
*.xml text
30+
*.yml text
31+
32+
# These files are binary and should be left untouched
33+
# (binary is a macro for -text -diff)
34+
*.class binary
35+
*.dll binary
36+
*.ear binary
37+
*.gif binary
38+
*.ico binary
39+
*.jar binary
40+
*.jpg binary
41+
*.jpeg binary
42+
*.png binary
43+
*.so binary
44+
*.war binary

0 commit comments

Comments
 (0)