From bdb2ae88046d03fac22146b26931f9816305b379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Vlas=C3=A1k?= Date: Mon, 25 Nov 2019 09:49:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20ignore=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .npmignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b6fd0ef..db0ec2b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ node_modules package-lock.json coverage dist +dev .idea/* .vscode/* \ No newline at end of file diff --git a/.npmignore b/.npmignore index 9f31616..4706d08 100644 --- a/.npmignore +++ b/.npmignore @@ -4,6 +4,7 @@ coverage docs CHANGELOG.md src +dev # dev files jest.config.js