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 f08de56 commit 50cd37eCopy full SHA for 50cd37e
.gitattributes
@@ -0,0 +1,18 @@
1
+# Set the default behavior, in case people don't have core.autocrlf set.
2
+* text=auto eol=lf
3
+
4
+# Explicitly declare text files you want to always be normalised and
5
+# converted to native line endings on checkout.
6
+*.py text
7
+*.pyx text
8
9
+# Denote all files that are truly binary and should not be modified.
10
+*.bin binary
11
+*.dat binary
12
+*.dbf binary
13
+*.dem binary
14
+*.gz binary
15
+*.jpg binary
16
+*.nc binary
17
+*.shp binary
18
+*.shx binary
0 commit comments