Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50cd37e

Browse files
committed
Add basic .gitattributes file
1 parent f08de56 commit 50cd37e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitattributes

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)