From 7a3fe2c14e86b3bfbd7ee318221c13f1f2221219 Mon Sep 17 00:00:00 2001 From: Pattrick Hueper Date: Wed, 25 Oct 2017 21:35:04 +0200 Subject: [PATCH] update ignore files --- .gitignore | 3 ++- .npmignore | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 457b35c6a..d59f44dab 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ node_modules # npm npm-debug.log yarn.lock +package-lock.json # build output build @@ -14,5 +15,5 @@ tmp .idea *.iml - +*~ diff --git a/.npmignore b/.npmignore index 55a5b1ee9..79bc9c155 100644 --- a/.npmignore +++ b/.npmignore @@ -12,10 +12,12 @@ esdoc.json karma.conf.js webpack.config.js .* +*~ # build output build yarn.lock +package-lock.json # Ide .idea @@ -23,4 +25,4 @@ yarn.lock # etc benchmark tmp -ReleaseHowTo.md \ No newline at end of file +ReleaseHowTo.md