Add wiki working directories to .gitignore
- Added wiki-*/ and wiki-repo/ patterns to ignore temporary wiki folders - These directories are created during wiki maintenance and shouldn't be tracked
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -74,6 +74,10 @@ acme.json
|
|||||||
# Nextcloud application files (should be mounted via volumes)
|
# Nextcloud application files (should be mounted via volumes)
|
||||||
docker-compose/productivity/nextcloud/html/
|
docker-compose/productivity/nextcloud/html/
|
||||||
|
|
||||||
|
# Wiki working directories (temporary)
|
||||||
|
wiki-*/
|
||||||
|
wiki-repo/
|
||||||
|
|
||||||
# Monitoring data (if stored locally)
|
# Monitoring data (if stored locally)
|
||||||
prometheus-data/
|
prometheus-data/
|
||||||
grafana-data/
|
grafana-data/
|
||||||
|
|||||||
Reference in New Issue
Block a user