Skip to content

Commit e0fe293

Browse files
committed
Create .gitattributes
1 parent 1e1daa5 commit e0fe293

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Explicitly declare text files you want to always be normalized and converted
5+
# to native line endings on checkout.
6+
*.js text
7+
*.ts text
8+
*.md text
9+
*.json text
10+
11+
# Denote all files that are truly binary and should not be modified.
12+
*.png binary
13+
*.jpg binary

0 commit comments

Comments
 (0)