-
Notifications
You must be signed in to change notification settings - Fork 66
Add .deployignore support to Site Sync #2955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: trunk
Are you sure you want to change the base?
Changes from 1 commit
7d1ab4f
e70aff5
e88ba03
f2cba66
fd6e94c
edfa8e5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| export const SYNC_EXCLUSIONS = [ | ||
| /** | ||
| * Studio-internal exclusions that should always be excluded from sync, | ||
| * in addition to the base deploy-ignore defaults. | ||
ivan-ottinger marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| */ | ||
| export const SYNC_ADDITIONAL_DEFAULTS = [ | ||
| 'database', | ||
| 'db.php', | ||
| 'debug.log', | ||
| 'sqlite-database-integration', | ||
| '.DS_Store', | ||
| 'Thumbs.db', | ||
| '.git', | ||
| 'node_modules', | ||
| 'cache', | ||
| ]; | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
| "cross-port-killer": "^1.4.0", | ||
| "date-fns": "^3.3.1", | ||
| "fast-deep-equal": "^3.1.3", | ||
| "ignore": "^7.0.5", | ||
| "ignore": "^5.3.2", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have made this change because other packages we are already using in Studio rely on the Using v7 would require several workarounds that would make the code less maintainable and more difficult to read |
||
| "lockfile": "^1.0.4", | ||
| "wpcom": "^7.1.1", | ||
| "wpcom-xhr-request": "^1.3.0", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.