Skip to content

Commit

Permalink
Exclude/ignore .node directory in IntelliJ
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bauer committed Jan 11, 2018
1 parent 5371583 commit 910a124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project.gradle
Expand Up @@ -39,6 +39,7 @@ idea {
module {
outputDir file('build/classes/main')
testOutputDir file('build/classes/test')
excludeDirs += file(".node")
}
}
if(project.convention.findPlugin(JavaPluginConvention)) {
Expand Down

0 comments on commit 910a124

Please sign in to comment.