Apply IDEA plugin

This commit is contained in:
Gus Brodman 2019-06-14 17:19:58 -04:00
parent 8bdc77501f
commit 38a47ca7d0
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View file

@ -76,6 +76,8 @@ autogenerated/
# IDEA # IDEA
nomulus.iml nomulus.iml
nomulus.ipr
nomulus.iws
###################################################################### ######################################################################
# Python Ignores # Python Ignores

View file

@ -27,6 +27,8 @@ plugins {
// NodeJs plugin // NodeJs plugin
id "com.moowork.node" version "1.2.0" id "com.moowork.node" version "1.2.0"
id 'idea'
} }
apply plugin: google.registry.gradle.plugin.ReportUploaderPlugin apply plugin: google.registry.gradle.plugin.ReportUploaderPlugin