Skip to content

Commit

Permalink
Remove additional files from BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed Jul 29, 2024
1 parent c303b63 commit 6b79b3d
Showing 1 changed file with 27 additions and 21 deletions.
48 changes: 27 additions & 21 deletions .distignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# A set of files you probably don't want in your WordPress.org distribution

# Configuration and Build Files
.babelrc
.deployignore
.distignore
Expand All @@ -7,49 +9,53 @@
.eslintignore
.eslintrc
.eslintrc.js
.gatherpress-org
.git
.github
.gitignore
.gitlab-ci.yml
.nvmrc
.stylelintignore
.stylelintrc.js
.travis.yml
.DS_Store
Thumbs.db
behat.yml
bitbucket-pipelines.yml
bin
.circleci/config.yml
CODE_OF_CONDUCT.md
composer.json
composer.lock
dependencies.yml
Gruntfile.js
package.json
package-lock.json
phpunit.xml
phpunit.xml.dist
multisite.xml
multisite.xml.dist
.phpcs.xml
phpcs.xml
.phpcs.xml.dist
phpcs.xml.dist
phpcs.ruleset.xml
phpunit.xml
phpunit.xml.dist
README.md
playwright.config.js
sonar-project.properties
; README.md
webpack.config.js
wp-cli.local.yml
yarn.lock

# Dot Files and Directories
.gatherpress-org
.git
.github
.wordpress-org
.wordpress-version-checker.json
.wp-env.json
yarn.lock
.DS_Store
Thumbs.db
.circleci/config.yml
node_modules
vendor
src
test

# Miscellaneous and SQL Archives
behat.yml
bitbucket-pipelines.yml
bin
multisite.xml
multisite.xml.dist
tests
vendor
node_modules
*.mp4
*.sql
*.tar.gz
*.zip
*.zip

0 comments on commit 6b79b3d

Please sign in to comment.