From a4e44ab9c37d2ec8d06b7d5d5577485c50da486c Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Thu, 1 Aug 2019 16:09:17 +0300 Subject: [PATCH] gitignore updated --- .gitignore | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index e0c920197..6a44f9718 100755 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,5 @@ -node_modules -package-lock.json - -# production -build -dist - -# misc +/node_modules +/dist +/package-lock.json +/npm-debug.log .DS_Store -npm-debug.log -.cache -.notes \ No newline at end of file