commit 1df0302f88eeda1014cd68a795f6621ad53dec21 Author: aminecmi Date: Wed Dec 3 12:00:10 2014 +0100 gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5409630 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +.gradle +/local.properties +/.idea/workspace.xml +/.idea/libraries +.DS_Store +/build + +# 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 stuff +.classpath +.project +.settings +# Gradle stuff +.gradle/ +build/ +.idea/ +out/ +*.iml \ No newline at end of file diff --git a/app/.gitignore b/app/.gitignore new file mode 100644 index 0000000..0068177 --- /dev/null +++ b/app/.gitignore @@ -0,0 +1,2 @@ +/build +build.gradle \ No newline at end of file