From c7257c5203425141b41340b29afed98a3d2fd9a6 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Mon, 27 May 2019 13:13:39 +0300 Subject: [PATCH] Add to npm ignore --- .npmignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index fde5b5d4a..bcef86a47 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,7 @@ node_modules public /dist +exports src tests .browserslistrc @@ -8,4 +9,5 @@ tests .gitignore babel.config.js package-lock.json -postcss.config.js \ No newline at end of file +postcss.config.js +vue.config.js \ No newline at end of file