Skip to content

Commit

Permalink
- Update gitignore
Browse files Browse the repository at this point in the history
- Update Gradle.
  • Loading branch information
xsoh committed Sep 4, 2015
1 parent 7468654 commit e3ee56b
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Built application files
*.apk
*.ap_

# Files for the Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/
.project
res/.DS_Store
res/drawable-hdpi/.DS_Store

# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/

0 comments on commit e3ee56b

Please sign in to comment.