Remove Nextcloud application files from repo and add to .gitignore

- Removed docker-compose/productivity/nextcloud/html/ directory containing Nextcloud app files
- Added exclusion for Nextcloud html directory in .gitignore
- Nextcloud should install its files via Docker volume mounts, not be committed to repo
This commit is contained in:
EZ-Homelab
2026-01-23 16:24:00 -05:00
parent 38732817e1
commit 874a5b31ed
21 changed files with 3 additions and 1254 deletions

3
.gitignore vendored
View File

@@ -71,6 +71,9 @@ yarn-error.log*
*.pfx
acme.json
# Nextcloud application files (should be mounted via volumes)
docker-compose/productivity/nextcloud/html/
# Monitoring data (if stored locally)
prometheus-data/
grafana-data/