- Added giattributes file to set the language of the program to c, instead of python.

This commit is contained in:
Ryan Reaves
2020-02-22 14:10:40 -06:00
parent bdf607e907
commit bb357f23e6

3
.gitattributes vendored Normal file
View File

@@ -0,0 +1,3 @@
*.py linguist-detectable=false
*.json liguist-detectable=false
*.c linguist-detectable=true