Skip to content

Commit

Permalink
Prepare for Example Project
Browse files Browse the repository at this point in the history
  • Loading branch information
davideas committed Jul 20, 2015
1 parent eb1510d commit 7e1f938
Showing 1 changed file with 30 additions and 6 deletions.
36 changes: 30 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
# 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

.idea/
.DS_Store
/build
/captures
*.iml
gradle.properties

0 comments on commit 7e1f938

Please sign in to comment.