Skip to content

Commit

Permalink
Update .gitignore for Eclipse, IntelliJ, and nested modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Oct 24, 2015
1 parent 9c3ad44 commit 81cd591
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# Gradle
.gradle
build/
/build
junit-*/build

# Ignore Gradle GUI config
gradle-app.setting

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

# IntelliJ
*.iml
*.ipr
*.iws
.idea
spring-events.iml

Expand Down

0 comments on commit 81cd591

Please sign in to comment.