We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44e894 commit ec9e38fCopy full SHA for ec9e38f
src/compute/compute/lib/filesystem.ts
@@ -160,7 +160,7 @@ export async function mountProject({
160
// modified = ignore any file modified with this many seconds (at least);
161
// also ignores any file not in the stat cache.
162
readTrackingFile: readTrackingFile,
163
- readTrackingExclude: [".*", ...exclude],
+ readTrackingExclude: exclude,
164
// metadata file
165
metadataFile,
166
}));
0 commit comments