fix: add .env~ to .gitignore (#178)

This commit is contained in:
Brandon Keiji 2025-04-25 21:24:14 +00:00 committed by GitHub
parent 34f100d6ff
commit 4ce897d19d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
# API keys and secrets
.env
.env~
# Dependency directory
node_modules