Skip to content

Commit

Permalink
Improve .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Oct 18, 2017
1 parent a5bf6c1 commit 49396cf
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
out

# IDEA
.idea
*.iml
local.properties

# Gradle
.gradle
build
local.properties
*.iml

# Eclipse
bin
.settings
.project
.classpath

0 comments on commit 49396cf

Please sign in to comment.