Skip to content

Commit

Permalink
Updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
saulmm committed Sep 7, 2015
1 parent cd051fd commit 8940835
Showing 1 changed file with 52 additions and 5 deletions.
57 changes: 52 additions & 5 deletions .gitignore
@@ -1,7 +1,54 @@
#Android generated
bin
gen
lint.xml
lint

#Eclipse
.project
.classpath
.settings
.checkstyle

#IntelliJ IDEA
.idea
*.iml
*.ipr
*.iws
classes
gen-external-apklibs

#gradle
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
local.properties
gradlew
gradlew.bat
gradle/
build/

#vi
*.swp

#other editors
*.bak

#Maven
target
release.properties
pom.xml.*

#Ant
build.xml
ant.properties
local.properties
proguard.cfg
proguard-project.txt

#Other
.DS_Store
/build
/captures
Thumbs.db
tmp
*.tgz
*.lock
*.lck
com_crashlytics_export_strings.xml

0 comments on commit 8940835

Please sign in to comment.