diff --git a/.gitignore b/.gitignore index d560286..42ba358 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. -vercel.json *.env* .vscode diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..ad258d6 --- /dev/null +++ b/vercel.json @@ -0,0 +1,5 @@ +{ + "github": { + "silent": true + } +} \ No newline at end of file