diff --git a/.gitignore b/.gitignore index f9ba7f8..9a84a05 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,9 @@ dist .DS_Store server/public vite.config.ts.* -*.tar.gz \ No newline at end of file +*.tar.gz + +# Environment variables (contains secrets) +.env +.env.local +.env.*.local \ No newline at end of file