woocommerce/.gitignore

85 lines
1.2 KiB
Plaintext
Raw Normal View History

2014-09-01 06:00:12 +00:00
# Editors
2012-03-11 13:06:34 +00:00
project.xml
project.properties
2014-09-01 06:00:12 +00:00
/nbproject/private/
2013-01-13 10:02:00 +00:00
.buildpath
.project
.settings*
2014-09-01 06:00:12 +00:00
.idea
2017-11-13 19:29:58 +00:00
.vscode
2021-04-05 15:20:26 +00:00
.eslintcache
2017-11-13 19:29:58 +00:00
*.sublime-project
*.sublime-workspace
2017-11-13 21:18:34 +00:00
.sublimelinterrc
2020-05-08 13:51:12 +00:00
*.swp
2014-09-01 06:00:12 +00:00
# Grunt
node_modules/
2017-07-05 21:47:25 +00:00
none
2014-09-01 06:00:12 +00:00
2014-09-22 16:55:53 +00:00
# Sass
.sass-cache/
# Compiled CSS
/assets/css/*.css
2019-11-20 17:44:03 +00:00
/assets/css/photoswipe/**/*.min.css
# Minified JS
/assets/js/**/*.min.js
2014-09-01 06:00:12 +00:00
# OS X metadata
.DS_Store
# Windows junk
Thumbs.db
2016-12-08 21:40:12 +00:00
# Behat/CLI Tests
tests/cli/installer
tests/cli/composer.phar
tests/cli/composer.lock
tests/cli/composer.json
tests/cli/vendor
2014-09-01 06:00:12 +00:00
# Unit tests
/tmp
2015-03-02 16:14:31 +00:00
/tests/bin/tmp
/tests/e2e/config/local-*.json
/tests/e2e/config/local.json
2020-07-24 13:12:07 +00:00
/tests/e2e/config/default.json
2020-07-24 13:57:16 +00:00
/tests/e2e/env/config/default.json
/tests/e2e/docker
/tests/e2e/env/docker/wp-cli/initialize.sh
/tests/e2e/env/build/
/tests/e2e/env/build-module/
2021-03-08 19:07:29 +00:00
/tests/e2e/screenshots
2021-07-15 20:39:32 +00:00
/tests/e2e/plugins
2020-07-10 22:12:21 +00:00
/tests/e2e/utils/build/
/tests/e2e/utils/build-module/
# Logs
/logs
2016-08-05 13:23:01 +00:00
2016-09-13 21:24:01 +00:00
# Composer
2016-08-05 13:23:01 +00:00
/vendor/
/bin/composer/**/vendor/
/lib/vendor/
2019-07-08 18:25:16 +00:00
contributors.md
contributors.html
2019-07-08 18:25:16 +00:00
2021-07-09 12:35:46 +00:00
# Yarn
yarn.lock
2019-07-08 18:25:16 +00:00
# Packages
2019-06-25 12:15:44 +00:00
/packages/*
!/packages/README.md
# Screenshots for e2e tests failures
/screenshots/
2019-07-08 17:39:26 +00:00
# Language files
i18n/languages/woocommerce.pot
# Build
build/
2020-12-14 17:14:21 +00:00
woocommerce.zip