mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-09 04:30:05 +08:00
19 lines
351 B
Plaintext
19 lines
351 B
Plaintext
.idea
|
|
# exclude the .env file which will be created from env.example
|
|
.env
|
|
|
|
# exclude the apps folder
|
|
/config/opencloud/apps/*
|
|
!/config/opencloud/apps/.gitkeep
|
|
|
|
# exclude custom compose files
|
|
/custom
|
|
|
|
# exclude certificates
|
|
/certs/*
|
|
!/certs/.gitkeep
|
|
|
|
# exclude the certificates config folder
|
|
/config/traefik/dynamic/*
|
|
!/config/traefik/dynamic/.gitkeep
|