From 88b35a702bcf07b684032c4af6481218366b0b97 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Thu, 21 Jun 2018 23:49:57 +0200 Subject: [PATCH] chore: update .gitignore & .npmignore files --- .gitignore | 1 + .npmignore | 105 +++++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 91 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index 3cd765410..7b9acaebd 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ .grunt .idea .sass-cache/* +.eyeglass_cache/* .yardoc _build .customizer diff --git a/.npmignore b/.npmignore index 0d153568c..68acc53ac 100644 --- a/.npmignore +++ b/.npmignore @@ -1,20 +1,95 @@ -.sass-cache -_build -bower_components -config -docs -gulp -lib -spec +# --- Documentation --- +./CONTRIBUTING.md +./code-of-conduct.md +./meteor-README.md +./docs + +# --- Config --- +.babelrc +.browserslistrc +.commitlintrc.yml +.editorconfig +.eslintrc +.huskyrc.yml +.jshintrc +.sass-lint.yml +.travis.yml +.versions bower.json +browserstack.json composer.json -CONTRIBUTING.md -gulpfile.js -meteor-README.md package.js sache.json -test -.editorconfig -.versions -.babelrc +webpack.config.js yarn.lock +.github + +# --- Development --- +./docslink.sh +./gulpfile.js +./config +./customizer +./gulp +./lib +./script +./spec +./test + +# --- Git ignore --- +*.DS_Store +*.gem +*.orig +*.rbc +*.rbenv-version +*.ruby-version +*.scssc +*.sublime-* +*.swp +*.swo +.bundle +.config +.grunt +.idea +.sass-cache/* +.yardoc +_build +.customizer + +bower_components +bundle +build/* +/docs2/public/* +_yardoc +coverage +docs/public/* +InstalledFiles +lib/bundler/man +marketing/.sass-cache/* +node_modules +pkg +rdoc +spec/reports +npm-debug.log +_debug.json + +*.orig +node_modules +docs/public/* +*.scssc +*.rbenv-version +*.ruby-version +/docs2/public/* +.settings +.project +test/scss/output-test +test/tmp +test/version_tmp +tmp +testing/_build +test/javascript/js-tests.js + +pizza/ +data.json +npm-debug.log +foundation-docs +./vendor -- 2.47.3