Merge pull request #111 from gbrodman/idea

Apply IDEA plugin
This commit is contained in:
gbrodman 2019-06-17 12:14:27 -04:00 committed by GitHub
commit 4dd442a87c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View file

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

View file

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