mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 18:26:12 +02:00
Apply IDEA plugin
This commit is contained in:
parent
8bdc77501f
commit
38a47ca7d0
2 changed files with 4 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -76,6 +76,8 @@ autogenerated/
|
|||
|
||||
# IDEA
|
||||
nomulus.iml
|
||||
nomulus.ipr
|
||||
nomulus.iws
|
||||
|
||||
######################################################################
|
||||
# Python Ignores
|
||||
|
|
|
@ -27,6 +27,8 @@ plugins {
|
|||
|
||||
// NodeJs plugin
|
||||
id "com.moowork.node" version "1.2.0"
|
||||
|
||||
id 'idea'
|
||||
}
|
||||
|
||||
apply plugin: google.registry.gradle.plugin.ReportUploaderPlugin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue