Skip to content

Commit d935cc8

Browse files
committed
.gitattributes added
1 parent 74d40f4 commit d935cc8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.gitattributes

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
* text=lf
2+
3+
*.txt text
4+
*.asp text
5+
*.aspx text
6+
*.c text
7+
*.jsp text
8+
*.java text
9+
*.xml text
10+
*.php text
11+
*.pl text
12+
*.cgi text
13+
*.cfm text
14+
*.gradle text
15+
*.gradle.kts text
16+
*.properties text
17+
*.md text
18+
19+
*.bat text eol=crlf
20+
*.sh=text
21+
gradlew text
22+
23+
*.jar binary

0 commit comments

Comments
 (0)