Skip to content

Commit 6ba024e

Browse files
committed
add .gitattributes
1 parent a85e11a commit 6ba024e

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.gitattributes

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# .gitattributes for Env Project.
2+
3+
# Handle line endings automatically for files detected as text
4+
# and leave all files detected as binary untouched.
5+
# ============
6+
* text=auto
7+
8+
# Source files
9+
# ============
10+
*.pxd text eol=crlf diff=python
11+
*.py text eol=crlf diff=python
12+
*.py3 text eol=crlf diff=python
13+
*.pyw text eol=crlf diff=python
14+
*.pyx text eol=crlf diff=python
15+
*.pyz text eol=crlf diff=python
16+
*.pyi text eol=crlf diff=python
17+
18+
# Binary files
19+
# ============
20+
*.db binary
21+
*.p binary
22+
*.pkl binary
23+
*.pickle binary
24+
*.pyc binary
25+
*.pyd binary
26+
*.pyo binary
27+
28+
# MarkDown
29+
*.md text eol=crlf
30+

0 commit comments

Comments
 (0)