18 lines
257 B
Plaintext
18 lines
257 B
Plaintext
# blocks private configurations
|
|
priv/
|
|
!priv/readme.md
|
|
**/priv/
|
|
|
|
# blocks local docker volumes
|
|
volumes/
|
|
!volumes/readme.md
|
|
**/volumes/
|
|
|
|
# prevents env from being leaked anywhere
|
|
**/.env
|
|
|
|
# prevents username or directory structure leak
|
|
init/
|
|
!init/readme.md
|
|
|