-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b99885
commit 9435ef6
Showing
3 changed files
with
75 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.