Update .gitattributes
Browse files- .gitattributes +2 -15
.gitattributes
CHANGED
|
@@ -1,16 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
*.py text eol=lf
|
| 3 |
-
*.md text eol=lf
|
| 4 |
-
*.txt text eol=lf
|
| 5 |
*.json text eol=lf
|
| 6 |
-
*.
|
| 7 |
-
*.yaml text eol=lf
|
| 8 |
-
*.csv text eol=lf
|
| 9 |
-
|
| 10 |
-
# Optional: if you upload large binaries later
|
| 11 |
-
*.parquet binary
|
| 12 |
-
*.png binary
|
| 13 |
-
*.jpg binary
|
| 14 |
-
*.jpeg binary
|
| 15 |
-
*.webp binary
|
| 16 |
-
*.gif binary
|
|
|
|
| 1 |
+
*.csv text eol=lf
|
|
|
|
|
|
|
|
|
|
| 2 |
*.json text eol=lf
|
| 3 |
+
*.md text eol=lf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|