#13 - Add Gitignore and Gitattributes

This commit is contained in:
Tim Zöller 2020-07-10 17:22:14 +02:00
parent a5a78008ba
commit 755de8d4da
2 changed files with 14 additions and 0 deletions

13
.gitattributes vendored Normal file
View file

@ -0,0 +1,13 @@
# Default behavior
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.clj text
*.md text
*.xml text
*.sql text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf

1
.gitignore vendored
View file

@ -10,3 +10,4 @@ pom.xml.asc
/.nrepl-port
.hgignore
.hg/
.DS_Store