Skip to content

Commit 87f3853

Browse files
added attributes
1 parent 79822b8 commit 87f3853

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitattributes

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Default for all
2+
* text=auto
3+
4+
*.csv diff=text eol=crlf
5+
*.json diff=text eol=crlf
6+
*.tsv diff=text eol=crlf
7+
*.xml diff=text eol=crlf
8+
9+
*.md diff=markdown eol=crlf
10+
*.sh diff=sh eol=lf
11+
12+
# Git attributes
13+
.gitignore text eol=lf
14+
.gitattributes text eol=lf
15+
16+
/.github export-ignore
17+
CHANGELOG.md export-ignore

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.zip
2+
*.tar.gz

0 commit comments

Comments
 (0)