diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 4ee0c1c62..13d80684e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ npm-debug.log +yarn-error.log node_modules -yarn.lock +package-lock.json + +audit.json app/bower_components test/bower_components @@ -11,6 +14,8 @@ package .vscode .sublime-project +*.bak + # VIM *.swp *.swo @@ -24,7 +29,6 @@ app/.DS_Store coverage/ dist builds/ -disc/ builds.zip docs/jsdocs |