diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fcaad07 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e71c5fc --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.metadata +.dm +.gradle +/Releases +/.nb-gradle/ +*.obj +*.sym