#13 - Add Gitignore and Gitattributes
This commit is contained in:
parent
a5a78008ba
commit
755de8d4da
2 changed files with 14 additions and 0 deletions
13
.gitattributes
vendored
Normal file
13
.gitattributes
vendored
Normal 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
1
.gitignore
vendored
|
|
@ -10,3 +10,4 @@ pom.xml.asc
|
||||||
/.nrepl-port
|
/.nrepl-port
|
||||||
.hgignore
|
.hgignore
|
||||||
.hg/
|
.hg/
|
||||||
|
.DS_Store
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue