Skip to content

Commit 7b20c2a

Browse files
committed
Update .gitattributes for TypeScript and Python detection
1 parent b47cc17 commit 7b20c2a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Include JavaScript and Python as detectable languages
2+
*.ts linguist-detectable=true
3+
*.py linguist-detectable=true
4+
5+
*.js linguist-detectable=false

0 commit comments

Comments
 (0)