fix: add .env~ to .gitignore (#178)
This commit is contained in:
parent
34f100d6ff
commit
4ce897d19d
|
@ -1,5 +1,6 @@
|
|||
# API keys and secrets
|
||||
.env
|
||||
.env~
|
||||
|
||||
# Dependency directory
|
||||
node_modules
|
||||
|
|
Loading…
Reference in New Issue