diff --git a/.gitignore b/.gitignore index ec18d3275..c9263c502 100644 --- a/.gitignore +++ b/.gitignore @@ -76,6 +76,8 @@ autogenerated/ # IDEA nomulus.iml +nomulus.ipr +nomulus.iws ###################################################################### # Python Ignores diff --git a/build.gradle b/build.gradle index edfb56dca..f1865d0a9 100644 --- a/build.gradle +++ b/build.gradle @@ -27,6 +27,8 @@ plugins { // NodeJs plugin id "com.moowork.node" version "1.2.0" + + id 'idea' } apply plugin: google.registry.gradle.plugin.ReportUploaderPlugin