From 6cf599202453a0ac770addc02915feb74fff1261 Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Thu, 22 Feb 2018 17:58:44 -0500 Subject: [PATCH] Simplification of on the ignoring parts --- .gitignore | 27 ++------------------------- .npmignore | 25 ------------------------- 2 files changed, 2 insertions(+), 50 deletions(-) diff --git a/.gitignore b/.gitignore index aaed2ddcf..13578f0f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,35 +1,12 @@ -*.pyc -*.egg-info -*.db -*.db.old -*.swp -*.db-journal - -.coverage .DS_Store -.installed.cfg + _site/* -.idea/* -.svn/* -src/website/static/* -src/website/media/* - -bin -cfcache -develop-eggs -dist -downloads -eggs -parts -tmp .sass-cache node_modules -src/website/settingslocal.py -stunnel.log - .ruby-version .bundle src/icons/forkawesome/ +src/scripts/ diff --git a/.npmignore b/.npmignore index 7dcb1c0be..5c5386d76 100644 --- a/.npmignore +++ b/.npmignore @@ -1,34 +1,9 @@ -*.pyc -*.egg-info -*.db -*.db.old -*.swp -*.db-journal - -.coverage .DS_Store -.installed.cfg _site/ -.idea/* -.svn/* -src/website/static/* -src/website/media/* - -bin -cfcache -develop-eggs -dist -downloads -eggs -parts -tmp .sass-cache node_modules -src/website/settingslocal.py -stunnel.log - .ruby-version # don't need these in the npm package.