mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-05-04 05:09:42 +00:00
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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.env
|
.env
|
||||||
|
.env.bak
|
||||||
.env.test
|
.env.test
|
||||||
volumes/
|
volumes/
|
||||||
shared/
|
shared/
|
||||||
|
|||||||
Reference in New Issue
Block a user