gitignore

This commit is contained in:
aminecmi 2014-12-03 12:00:10 +01:00
commit 1df0302f88
2 changed files with 31 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@ -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

2
app/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/build
build.gradle