Skip to content

Commit

Permalink
Add 'idea' task and ignore Intellij files
Browse files Browse the repository at this point in the history
  • Loading branch information
vanitasvitae committed Aug 5, 2017
1 parent e2e396e commit 4e818c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -8,4 +8,7 @@ gradle.properties
build/
bin/

*/.gitignore
*/.gitignore
*.iml
*.ipr
*.iws
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -19,6 +19,7 @@ apply from: 'version.gradle'
allprojects {
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'jacoco'
apply plugin: 'net.ltgt.errorprone'

Expand Down

0 comments on commit 4e818c5

Please sign in to comment.