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:
jianglai 2019-02-13 14:09:11 -08:00
parent f677373a54
commit 9a6a57c871

2
.gitignore vendored
View file

@ -86,3 +86,5 @@ autogenerated/
/gradle/.gradle
/gradle/**/WEB-INF
/gradle/**/build
/gradle/node_modules/
!/gradle/node_modules/soyutils_usegoog.js