We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7fcdd commit 507155bCopy full SHA for 507155b
.gitattributes
@@ -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