Skip to content

Commit 4870e56

Browse files
authored
Add .gitattributes (#308)
Signed-off-by: Sven Strickroth <[email protected]>
1 parent 3e6d6d8 commit 4870e56

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitattributes

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

0 commit comments

Comments
 (0)