Skip to content

Commit a5fba6a

Browse files
committed
Initial .gitattributes file. Normalize to lf. Fix Flyway checksum validation error
1 parent d2c3504 commit a5fba6a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitattributes

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
* text=auto
2+
*.sql text eol=lf
3+
*.xml text
4+
*.groovy text
5+
*.java text
6+
*.html text
7+
*.css text
8+
*.js text
9+
*.vm text
10+
*.properties text
11+
12+
*.png binary
13+
*.jpeg binary
14+
*.jpg binary
15+
*.gif binary

0 commit comments

Comments
 (0)