]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
chore: update .gitignore & .npmignore files
authorNicolas Coden <nicolas@ncoden.fr>
Thu, 21 Jun 2018 21:49:57 +0000 (23:49 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Thu, 21 Jun 2018 21:49:57 +0000 (23:49 +0200)
.gitignore
.npmignore

index 3cd765410f49057a3cab7ca63fe7660706949328..7b9acaebd5f85b1639d4d372995dd1011c817a42 100644 (file)
@@ -13,6 +13,7 @@
 .grunt
 .idea
 .sass-cache/*
+.eyeglass_cache/*
 .yardoc
 _build
 .customizer
index 0d153568c9ac05eabf81d707e1f639ab89e19588..68acc53ac2da81a0b020378d90623229bbc1cfe7 100644 (file)
@@ -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