woocommerce/.gitignore

66 lines
902 B
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
*.sublime-project
*.sublime-workspace
2017-11-13 21:18:34 +00:00
.sublimelinterrc
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/admin/*.min.js
/assets/js/frontend/*.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-tests/config/local-*.json
2018-05-22 12:57:51 +00:00
/tests/e2e-tests/config/local.json
/tests/e2e-tests/docker
2020-04-07 08:43:11 +00:00
/tests/e2e-env/docker/wp-cli/initialize.sh
# 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/
2019-07-08 18:25:16 +00:00
contributors.md
# 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