chore: Adds .env to .gitignore
Adds the `.env` file to the `.gitignore` to prevent accidental commits of environment variables.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -3,4 +3,5 @@ dist
|
|||||||
.wrangler
|
.wrangler
|
||||||
.dev.vars
|
.dev.vars
|
||||||
*.db
|
*.db
|
||||||
*.db-*
|
*.db-*
|
||||||
|
.env
|
||||||
Reference in New Issue
Block a user