Create .gitattributes

to stop GitHub from chowing Nettacker main language as HTML - it should be Python!
This commit is contained in:
Sam Stepanyan 2023-07-03 10:25:07 +01:00 committed by GitHub
parent fd93fac153
commit 0ea41a3d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
*.py linguist-detectable=true
*.py linguist-language=Python
*.html linguist-detectable=false