mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 20:18:34 +02:00
Add gitignore rules for node modules
The npmInstall task installs gradle/node_modules/google-closure-library, which should not be tracked by git. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=233826415
This commit is contained in:
parent
f677373a54
commit
9a6a57c871
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -86,3 +86,5 @@ autogenerated/
|
||||||
/gradle/.gradle
|
/gradle/.gradle
|
||||||
/gradle/**/WEB-INF
|
/gradle/**/WEB-INF
|
||||||
/gradle/**/build
|
/gradle/**/build
|
||||||
|
/gradle/node_modules/
|
||||||
|
!/gradle/node_modules/soyutils_usegoog.js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue