diff --git a/.gitignore b/.gitignore index 9e429e4..8fbedd0 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,7 @@ yarn-error.log* # others .env*.local .vercel -next-env.d.ts \ No newline at end of file +next-env.d.ts + +# code editor settings +.vscode