Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
fix for ignoring files
  • Loading branch information
galadril committed Nov 24, 2015
1 parent 909c47d commit 2a35b85
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,36 @@
.DS_Store
/build
/captures

# Built application files
*.apk
*.ap_

# Files for the Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/

# 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 2a35b85

Please sign in to comment.