Ignore node_modules from test target

Files in node_modules directory are not target for test.
So we should ignore them.

Change-Id: I3b259c7df21660e61fcb55633c82bdd83d791a3d
This commit is contained in:
Shu Muto 2018-01-18 12:18:27 +09:00
parent a054bb121e
commit e598695718
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
./manage.py
./node_modules
./tools/abandon_old_reviews.sh
./tools/gate/integration/post_test_hook.sh
./tools/gate/integration/pre_test_hook.sh