Skip to content

Commit

Permalink
Merge pull request #140 from keesun/master
Browse files Browse the repository at this point in the history
added ignoring files related with IntelliJ iDEA to .gitignore
  • Loading branch information
purplefox committed May 14, 2012
2 parents 83abf59 + 10ff319 commit 98f6dd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ bin
target
out
*.iml
*.ipr
*.iws
test-output
Scratch.java
ScratchTest.java
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apply plugin: 'java'
apply plugin: 'groovy'
apply plugin: 'idea'
apply plugin: 'eclipse'

version = '1.0.beta1'

Expand Down

0 comments on commit 98f6dd8

Please sign in to comment.