diff --git a/.gitignore b/.gitignore index 66b82c9..5912752 100644 --- a/.gitignore +++ b/.gitignore @@ -172,4 +172,12 @@ dist .pnp.\* .wrangler/ -.*.md \ No newline at end of file +.*.md + +# Vercel +.vercel/ +.dev.vars + +# Environment variables +.env* +!.env.example \ No newline at end of file