Skip to content

Commit

Permalink
chore: Added .gitattributes file.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianBauer committed Sep 25, 2022
1 parent 607fe2b commit d8a57ea
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@

* text=auto
*.md text diff=markdown
*.java text diff=java
*.kt text diff=kotlin

AUTHORS text
LICENSE text

*.bmp binary
*.gif binary
*.ico binary
*.jpg binary
*.jpeg binary
*.pdf binary
*.png binary
*.svg binary
*.svgz binary
*.tif binary
*.tiff binary

*.css text diff=css
*.htm text diff=html
*.html text diff=html
*.xml text
*.xhtml text diff=html

*.class binary
*.dll binary
*.ear binary
*.exe binary
*.jar binary
*.so binary
*.war binary
*.jks binary

*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf

0 comments on commit d8a57ea

Please sign in to comment.