-
-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
Description
The @sveltejs/adapter-vercel
defaults it's output to .vercel
in the root of the project. The current ignore rules don't ignore this.
Current:
const ignoresConfig = object.create({
ignores: common.expressionFromString('["build/", ".svelte-kit/", "dist/"]')
});
Happy to fill out a PR if this makes sense to add!