mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 07:45:09 +00:00
chore(gitignore): ignore easy-docker runtime data directory
This commit is contained in:
parent
89ab6a6658
commit
c2c90e62aa
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -32,3 +32,5 @@ node_modules
|
||||||
# VitePress
|
# VitePress
|
||||||
**/.vitepress/dist
|
**/.vitepress/dist
|
||||||
**/.vitepress/cache
|
**/.vitepress/cache
|
||||||
|
# easy-docker local runtime data (contains secrets)
|
||||||
|
.easy-docker/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue