Add vercel.json, silence vercel deployment commit comments

This commit is contained in:
Xevion
2023-02-25 03:29:28 -06:00
parent e403f52e20
commit 5312f6c04a
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,4 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
vercel.json
*.env*
.vscode

5
vercel.json Normal file
View File

@@ -0,0 +1,5 @@
{
"github": {
"silent": true
}
}