Hide .env files that contains encryption keys
This commit is contained in:
parent
ba551938d3
commit
882e387f98
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -25,7 +25,8 @@ dist-ssr
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
# environment variables
|
# environment variables
|
||||||
.env
|
.env.local
|
||||||
|
/backend/.env
|
||||||
|
|
||||||
# jetbrains setting folder
|
# jetbrains setting folder
|
||||||
.idea/
|
.idea/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue