Skip to content

Commit

Permalink
[#71] deployignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-telsan committed Dec 13, 2023
1 parent 6b99885 commit 9435ef6
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 13 deletions.
66 changes: 66 additions & 0 deletions .deployignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Dependencies
## Avoid any node_modules folders anywhere in the repo; see see https://docs.wpvip.com/how-tos/manage-dependencies/#version-management
node_modules
## Avoid package*.json files only at repo root
/package.json
/package-lock.json

# Built-in; ship with vip-go-mu-plugins
/plugins/akismet/
/plugins/advanced-post-cache/
/plugins/cron-control/
/plugins/gutenberg-ramp/
/plugins/jetpack/
/plugins/jetpack-force-2fa/
/plugins/lightweight-term-count-update/
/plugins/query-monitor/
/plugins/rewrite-rules-inspector/
/plugins/two-factor/
/plugins/vaultpress/

# Loaded via Composer
/plugins/advanced-custom-fields-pro/
/plugins/cookie-law-info/
/plugins/pojo-accessibility/
/plugins/accessibility-checker/
/plugins/svg-support/
/plugins/user-switching/
/plugins/woocommerce/

# Uploads directory
/uploads/

# Leftover core/plugin upgrade files
/upgrade/

# mu-plugins; these are managed at the platform-level
/mu-plugins/

# drop-ins; these are managed at the platform-level
/object-cache.php
/db.php

# Ignore temporary OS files
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Local PHPCS configuration files
.phpcs.xml
phpcs.xml

# Composer (only root)
/vendor/

# PhpStorm
.idea/

# Pre-compiled files
src/index.js
src/components

# Credentials
auth.json
11 changes: 9 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,15 @@ Thumbs.db
.phpcs.xml
phpcs.xml

# Composer (repo root only)
/vendor/
# Composer
vendor

# PhpStorm
.idea/

# Pre-compiled files
src/index.js
src/components

# Credentials
auth.json
11 changes: 0 additions & 11 deletions client-mu-plugins/goodbids/.gitignore

This file was deleted.

0 comments on commit 9435ef6

Please sign in to comment.