chore: Adds .env to .gitignore

Adds the `.env` file to the `.gitignore` to prevent accidental commits of environment variables.
This commit is contained in:
2025-08-10 19:52:07 -04:00
parent 8175d73df1
commit 6de8c594b7

3
.gitignore vendored
View File

@@ -3,4 +3,5 @@ dist
.wrangler
.dev.vars
*.db
*.db-*
*.db-*
.env