michaeltsegaye commited on
Commit
3c11277
·
verified ·
1 Parent(s): fb7fedb

Update .gitattributes

Browse files
Files changed (1) hide show
  1. .gitattributes +15 -4
.gitattributes CHANGED
@@ -1,4 +1,15 @@
1
- *.py text
2
- *.md text
3
- *.json text
4
- *.ipynb text
 
 
 
 
 
 
 
 
 
 
 
 
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
+