1
0
mirror of https://github.com/google/nomulus synced 2026-03-27 12:55:28 +00:00

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
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