Skip to content

Commit

Permalink
added git attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
KentVejrupMadsen committed Aug 10, 2022
1 parent 2062741 commit 5a348a6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Default for all
* text=auto

*.csv diff=text eol=crlf
*.json diff=text eol=crlf
*.tsv diff=text eol=crlf
*.xml diff=text eol=crlf

*.md diff=markdown eol=crlf
*.sh diff=sh eol=lf

# Git attributes
.gitignore text eol=lf
.gitattributes text eol=lf

/.github export-ignore
CHANGELOG.md export-ignore
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.zip
*.tar.gz

0 comments on commit 5a348a6

Please sign in to comment.