missbaj commited on
Commit
82c9607
·
verified ·
1 Parent(s): 4b038fe

.gitattributes

Browse files
Files changed (1) hide show
  1. .gitattributes +2 -22
.gitattributes CHANGED
@@ -1,22 +1,2 @@
1
- # Handle Python files with Unix-style line endings
2
- *.py text eol=lf
3
-
4
- # Handle markdown files as text with Unix-style line endings
5
- *.md text eol=lf
6
-
7
- # Handle JSON files as text with Unix-style line endings
8
- *.json text eol=lf
9
-
10
- # Handle CSV files as text with Unix-style line endings
11
- *.csv text eol=lf
12
-
13
- # Handle Plotly files as text with Unix-style line endings
14
- *.html text eol=lf
15
-
16
- # Binary files (if any images or other binaries are included)
17
- *.png binary
18
- *.jpg binary
19
- *.gif binary
20
-
21
- # Handle Gradio-specific files
22
- *.gradio text eol=lf
 
1
+ *.py linguist-language=Python
2
+ *.md linguist-documentation