Files
opencloud-compose/.gitignore
Alexander Ackermann a27c40c4dc feat: add app maps
2025-11-05 23:08:30 +01:00

20 lines
380 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
!/config/opencloud/apps/maps
# exclude custom compose files
/custom
# exclude certificates
/certs/*
!/certs/.gitkeep
# exclude the certificates config folder
/config/traefik/dynamic/*
!/config/traefik/dynamic/.gitkeep