Skip to content

Commit f5b370d

Browse files
committed
add gitattributes to make the repository python detectable
1 parent d8d63da commit f5b370d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
*.css linguist-detectable=false
2+
*.java linguist-detectable=false
3+
*.python linguist-detectable=true
4+
*.js linguist-detectable=false
5+
*.html linguist-detectable=false
6+
*.xml linguist-detectable=false

0 commit comments

Comments
 (0)