Add .env.bak to .gitignore

- Included .env.bak in the .gitignore file to prevent backup environment files from being tracked by Git, ensuring a cleaner repository and reducing the risk of accidentally committing sensitive information.
This commit is contained in:
Yury Kossakovsky
2025-05-22 13:46:54 -06:00
parent 5351443f76
commit 1c2b348ee3

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
.DS_Store
.env
.env.bak
.env.test
volumes/
shared/