Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meefik committed Aug 31, 2016
0 parents commit ac22707
Show file tree
Hide file tree
Showing 153 changed files with 19,290 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Built application files
*.apk
*.ap_

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
gen/
out/

# 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/

# Intellij
*.iml
.idea/

# Keystore files
*.jks

# Mac OS X clutter
*.DS_Store

# Windows clutter
Thumbs.db

# Linux Deploy CLI
app/src/main/assets/env/
Loading

0 comments on commit ac22707

Please sign in to comment.