include .env.bak in gitignore

This commit is contained in:
Ulf Gebhardt 2022-02-07 07:37:53 +01:00
parent 4d258ee4a5
commit 296c56ff3b
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
3 changed files with 6 additions and 3 deletions

3
admin/.gitignore vendored
View File

@ -2,7 +2,8 @@ node_modules/
dist/
.cache/
.env
/.env
/.env.bak
# coverage folder
coverage/

3
database/.gitignore vendored
View File

@ -8,7 +8,8 @@ yarn-error.log*
test/unit/coverage
package-lock.json
.env
/.env
/.env.bak
.env.development.local
.env.production.local

3
frontend/.gitignore vendored
View File

@ -8,7 +8,8 @@ yarn-error.log*
test/unit/coverage
package-lock.json
.env
/.env
/.env.bak
.env.development.local
.env.production.local