Attributes

This commit is contained in:
Philip Smart
2020-03-02 12:34:31 +00:00
parent 7daa2da009
commit 648a012bf8
2 changed files with 18 additions and 0 deletions

11
.gitattributes vendored Normal file
View File

@@ -0,0 +1,11 @@
*.cpp linguist-detectable=true
*.c linguist-detectable=true
*.asm linguist-detectable=true
*.pl linguist-detectable=true
*.sh linguist-detectable=true
*.css linguist-detectable=false
*.js linguist-detectable=false
*.html linguist-detectable=false
*.htm linguist-detectable=false
*.php linguist-detectable=false
*.java linguist-detectable=true

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
.metadata
.dm
.gradle
/Releases
/.nb-gradle/
*.obj
*.sym