chore: test deploy snapshot
This commit is contained in:
@@ -39,7 +39,15 @@ function shouldIgnoreDevUpdatePath(watchedPath: string) {
|
||||
watchedPath.includes('/dist/') ||
|
||||
watchedPath.includes('/app-dist/') ||
|
||||
watchedPath.includes('/test-app-dist/') ||
|
||||
watchedPath.includes('/coverage/') ||
|
||||
watchedPath.includes('/node_modules/') ||
|
||||
watchedPath.includes('/.docker/') ||
|
||||
watchedPath.includes('/.npm/') ||
|
||||
watchedPath.includes('/_cacache/') ||
|
||||
watchedPath.includes('/.tmp/') ||
|
||||
watchedPath.includes('/.codex/') ||
|
||||
watchedPath.includes('/vendor_imports/') ||
|
||||
watchedPath.includes('/etc/servers/') ||
|
||||
watchedPath.includes('/public/.codex_chat/') ||
|
||||
watchedPath.endsWith('/.server-command-runner-heartbeat.json')
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user