Skip to content

Commit

Permalink
Fix : Added git ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
myeonginwoo committed Dec 14, 2016
1 parent ec84ece commit 6863cba
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
.DS_Store
.idea/
*.iml

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

# Captures
captures/

0 comments on commit 6863cba

Please sign in to comment.