Skip to content

Commit 57fe433

Browse files
committed
Add rudimentary gitattributes file
1 parent 033124b commit 57fe433

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* text=auto
2+
*.md text
3+
*.css text
4+
*.html text
5+
*.yml text
6+
*.json text
7+
Gemfile text
8+
*.png binary
9+
*.jpg binary

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ exclude:
8181
- TODO.md
8282
- CNAME
8383
- .editorconfig
84+
- .gitattributes

0 commit comments

Comments
 (0)