Skip to content

Commit

Permalink
Commit .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Korilakkuma committed Aug 6, 2017
1 parent 1600aa6 commit 57370a4
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
.DS_Store

# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
build/
gen/
target/

# Local configuration files
local.properties

# Proguard folder generated by Eclipse
proguard/

# Eclipse project files
.classpath
.project

# IntelliJ project files
.idea/
.gradle/
*.iml
*.ipr
*.iws

build

0 comments on commit 57370a4

Please sign in to comment.