diff options
Diffstat (limited to 'simpleSigning/.gitignore')
-rw-r--r-- | simpleSigning/.gitignore | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/simpleSigning/.gitignore b/simpleSigning/.gitignore new file mode 100644 index 0000000..f82784d --- /dev/null +++ b/simpleSigning/.gitignore @@ -0,0 +1,41 @@ +/build +/bin + + +# built application files +*.apk +*.ap_ + +# files for the dex VM +*.dex + +# Java class files +*.class + +# generated files +bin/ +gen/ + +# Local configuration file (sdk path, etc) +local.properties + +# Eclipse project files +.classpath +.project +.settings + +# Proguard folder generated by Eclipse +proguard/ + +# Intellij project files +*.iml +*.ipr +*.iws +.idea/ + +#Gradle +.gradletasknamecache +.gradle/ +build/ +bin/ + |