Spaces:
Runtime error
Runtime error
Update .gitattributes
Browse files- .gitattributes +15 -4
.gitattributes
CHANGED
@@ -1,4 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Ensure consistent line endings and treat markdown/doc files as text
|
2 |
+
* text=auto eol=lf
|
3 |
+
|
4 |
+
# Linguist overrides for GitHub/Hugging Face UI
|
5 |
+
README.md linguist-documentation
|
6 |
+
*.md linguist-language=Markdown
|
7 |
+
|
8 |
+
# Don't show large dataset files in diffs
|
9 |
+
*.csv linguist-generated=true
|
10 |
+
|
11 |
+
# Ignore model artifact types for Spaces (if uploaded accidentally)
|
12 |
+
*.bin linguist-generated=true
|
13 |
+
*.pt linguist-generated=true
|
14 |
+
*.ckpt linguist-generated=true
|
15 |
+
|