From 7a4b26e2402a6c4d728584bc28f1f6fe7daaba70 Mon Sep 17 00:00:00 2001 From: Jason McNeal Date: Wed, 1 Aug 2018 22:56:38 -0600 Subject: [PATCH] Updated ignores --- .gitignore | 1 + .npmignore | 12 +++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6c92e85..cdea9a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.cache/ node_modules/ .DS_Store .cache/ diff --git a/.npmignore b/.npmignore index a266615..5645c29 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,12 @@ -webpack.config.js +.babelrc +.cache/ .eslintrc .gitignore -yarn.lock -src +.nvmrc +.vscode/ +CHANGELOG.md +example.gif example/ +src/ +webpack.config.js +yarn.lock