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