We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85e11a commit 6ba024eCopy full SHA for 6ba024e
.gitattributes
@@ -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