Files
opencloud-compose/.gitignore
Alex Ackermann 013f3a529f add to gitignore
2025-06-26 09:41:59 +02:00

12 lines
279 B
Plaintext

.idea
# exclude the .env file which will be created from env.example
.env
# exclude the apps folder
/config/opencloud/apps
# exclude the keycloak theme custom javascript file
/config/keycloak/themes/opencloud/login/resources/js/custom.js
# exclude custom compose files
/custom