Skip to content

Commit d180c7d

Browse files
committed
Add .gitattributes
Signed-off-by: Sven Strickroth <email@cs-ware.de>
1 parent 91c5fdc commit d180c7d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
*.java text
2+
*.md text
3+
src/test/resources/org/owasp/html/* text eol=lf
4+
*.txt text
5+
*.xml text
6+
*.html text
7+
*.js text
8+
*.json text
9+
*.sh text
10+
*.yml text
11+
.gitattributes text
12+
.gitignore text
13+
/COPYING text

0 commit comments

Comments
 (0)