fix: add missing apps folder

This commit is contained in:
Michael Barz
2025-06-03 17:43:58 +02:00
parent 762e19125e
commit 4ecd436580
2 changed files with 5 additions and 0 deletions

4
.gitignore vendored
View File

@@ -1,5 +1,9 @@
.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