fix: add .env~ to .gitignore (#178)
This commit is contained in:
parent
34f100d6ff
commit
4ce897d19d
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,5 +1,6 @@
|
|||
# API keys and secrets
|
||||
.env
|
||||
.env~
|
||||
|
||||
# Dependency directory
|
||||
node_modules
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue