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
|
2020-05-08 13:51:12 +00:00
|
|
|
*.swp
|
2014-09-01 06:00:12 +00:00
|
|
|
|
|
|
|
# Grunt
|
2020-05-13 18:14:18 +00:00
|
|
|
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/
|
|
|
|
|
2019-05-07 07:35:06 +00:00
|
|
|
# Compiled CSS
|
|
|
|
/assets/css/*.css
|
2019-11-20 17:44:03 +00:00
|
|
|
/assets/css/photoswipe/**/*.min.css
|
2019-05-07 07:35:06 +00:00
|
|
|
|
|
|
|
# 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
|
2020-04-28 20:14:11 +00:00
|
|
|
/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
|
2020-04-28 20:14:11 +00:00
|
|
|
/tests/e2e/docker
|
|
|
|
/tests/e2e/env/docker/wp-cli/initialize.sh
|
2020-05-11 18:45:32 +00:00
|
|
|
/tests/e2e/env/build/
|
|
|
|
/tests/e2e/env/build-module/
|
2020-07-10 22:12:21 +00:00
|
|
|
/tests/e2e/utils/build/
|
|
|
|
/tests/e2e/utils/build-module/
|
2014-10-01 18:36:45 +00:00
|
|
|
|
|
|
|
# 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
|
2020-05-11 08:20:14 +00:00
|
|
|
contributors.html
|
2019-07-08 18:25:16 +00:00
|
|
|
|
|
|
|
# Packages
|
2019-06-25 12:15:44 +00:00
|
|
|
/packages/*
|
|
|
|
!/packages/README.md
|
2018-06-07 14:31:37 +00:00
|
|
|
|
2018-06-07 14:32:54 +00:00
|
|
|
# Screenshots for e2e tests failures
|
2018-06-07 14:31:37 +00:00
|
|
|
/screenshots/
|
2019-07-08 17:39:26 +00:00
|
|
|
|
|
|
|
# Language files
|
|
|
|
i18n/languages/woocommerce.pot
|
2020-04-27 23:08:41 +00:00
|
|
|
|
|
|
|
# Build
|
|
|
|
build/
|