diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6f9b97023..1018351bc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ # exclude coverage report cp.out + +# exclude node_modules if installed +/web/source/node_modules
\ No newline at end of file |
