Spaces:
Sleeping
Sleeping
Update .gitignore
Browse files- .gitignore +11 -4
.gitignore
CHANGED
|
@@ -1,4 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# .gitattributes
|
| 2 |
+
|
| 3 |
+
# Auto-detect text files and ensure they use LF line endings
|
| 4 |
+
* text=auto eol=lf
|
| 5 |
+
|
| 6 |
+
# You could explicitly mark file types if needed, but '*' often suffices
|
| 7 |
+
# *.py text eol=lf
|
| 8 |
+
# *.txt text eol=lf
|
| 9 |
+
# *.md text eol=lf
|
| 10 |
+
# Dockerfile text eol=lf
|
| 11 |
+
# requirements.txt text eol=lf
|