Skip to content

Commit

Permalink
ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwooding committed Sep 10, 2024
1 parent 7dde69b commit cc30fb8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ LICENSE
**/public
.dockerignore
Dockerfile
Dockerfile.*
Dockerfile.*
.vercelignore
10 changes: 10 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"functions": {
"api/auth/[...nextauth].js": {
"excludeFiles": "**/.next.**"
},
"[...route].js": {
"excludeFiles": "**/.next.**"
}
}
}

0 comments on commit cc30fb8

Please sign in to comment.