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