Skip to content

Commit

Permalink
Extended .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Mar 16, 2016
1 parent 0a7ca5e commit e6c1631
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .gitignore
@@ -1,5 +1,21 @@
# Gradle
.gradle
build/

# Ignore Gradle GUI config
gradle-app.setting

# Eclipse
/.classpath
/.settings/
/.project
/.settings
/target
/bin
/bin/

# IntelliJ
.idea
*.iml
*.ipr
*.iws

# Misc
*.log

0 comments on commit e6c1631

Please sign in to comment.