Files
opencloud-compose/.gitignore
2025-06-03 17:43:58 +02:00

10 lines
164 B
Plaintext

.idea
# exclude the .env file which will be created from env.example
.env
# exclude the apps folder
/config/opencloud/apps
# exclude custom compose files
/custom