chore: update .gitignore to ignore .env files

Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
This commit is contained in:
Ahmad 2025-04-17 22:23:24 -04:00 committed by GitHub
parent a449129a61
commit 0a4a3c0af4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.gitignore vendored
View file

@ -3,4 +3,5 @@ node_modules/
drizzle/ drizzle/
.vscode/ .vscode/
config.json config.json
.env
.yarn .yarn