Skip to content

Commit

Permalink
Don't whine about IntelliJ/Eclipse/Gradle files
Browse files Browse the repository at this point in the history
  • Loading branch information
nasthu committed Feb 27, 2018
1 parent cc58c4f commit 377574c
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
**/build
**/classes
/.gradle
/.idea
/tmp
/debugsdk
.DS_Store
*.class
!server/test-data/sdk/
server/test-data/sdk/*
!server/test-data/sdk/a

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

# Eclipse
/.classpath
/.project
/.settings

# Gradle
/.gradle

# Mac
.DS_Store

0 comments on commit 377574c

Please sign in to comment.