Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
xgc1986 committed Jun 23, 2014
1 parent 5f22069 commit 0529fb3
Showing 1 changed file with 26 additions and 31 deletions.
57 changes: 26 additions & 31 deletions .gitignore
@@ -1,41 +1,36 @@
#built application files
*.apk
*.ap_
#Android generated
bin
gen
gen*

# files for the dex VM
*.dex

# Java class files
*.class
#Eclipse
.project
.classpath
.settings

# generated files
#IntelliJ IDEA
.idea
*.iml
*.ipr
*.iws
out

bin/
gen/
#Maven
target
release.properties
pom.xml.*

# Local configuration file (sdk path, etc)
#Ant
build.xml
local.properties
proguard.cfg

# Windows thumbnail db
.DS_Store
#Gradle
.gradle
build

# Eclipse project files
.classpath
.project
#OSX
.DS_Store

# Android Studio
.idea
#.idea/workspace.xml - uncomment this and comment/delete .idea if it better suit your needs
.gradle
/*/local.properties
/*/out
/*/build
/*/*/build
/*/*/production
*.iml
*.iws
*.ipr
*~
*.swp

!parallaxDemo.apk

0 comments on commit 0529fb3

Please sign in to comment.