Skip to content

Commit 507155b

Browse files
committed
fix up .gitattributes
1 parent 3e7fcdd commit 507155b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitattributes

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
*.css text
8+
*.ts text
9+
*.twb text
10+
*.trex text
11+
12+
# Denote all files that are binary and should not be modified.
13+
*.png binary
14+
*.jpg binary
15+
*.twbx binary

0 commit comments

Comments
 (0)