Skip to content

Commit 07a632d

Browse files
authored
fix: ignore .next and .git folders in the output (#7)
1 parent 9dcf85d commit 07a632d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

vercel.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"functions": {
3+
"api/**": {
4+
"excludeFiles": "{.next,.git,node_modules}/**"
5+
}
6+
}
7+
}

0 commit comments

Comments
 (0)