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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user