diff options
meta - add package-lock to git
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 92b3f2875..5f2d2f551 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ npm-debug.log node_modules -package-lock.json app/bower_components test/bower_components @@ -32,4 +31,4 @@ ui/app/css/output/ notes.txt .coveralls.yml -.nyc_output
\ No newline at end of file +.nyc_output |