Modify Files

This commit is contained in:
gitea-actions[bot]
2026-04-09 20:16:56 +00:00
parent 0c816e663e
commit 9bcb37a2da
61 changed files with 8829 additions and 1 deletions

19
result/opencloud-compose/.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
.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