19 lines
781 B
Markdown
19 lines
781 B
Markdown
---
|
|
id: fd11bc1d-d8a3-4c07-8509-e31f443253d6
|
|
type: configuration
|
|
title: "Gitignore LevelDB compendium files"
|
|
tags: [vagabond-rpg, foundryvtt, git, config]
|
|
importance: 0.6
|
|
confidence: 0.8
|
|
created: "2025-12-18T22:39:32.759254+00:00"
|
|
updated: "2026-03-03T18:37:00.434817+00:00"
|
|
relations:
|
|
- target: 5b3a4ace-297a-412f-adf9-db44d9df859d
|
|
type: RELATED_TO
|
|
direction: incoming
|
|
strength: 0.63
|
|
edge_id: acdf7763-1bfb-4425-bf0f-cb25e2dc0962
|
|
---
|
|
|
|
FoundryVTT compendiums use LevelDB files (*.ldb, MANIFEST-*, LOG, CURRENT, LOCK, lost/) that are generated from _source/ JSON files. These should be gitignored as they change on every build and are not source of truth. Add patterns: packs/*/*.ldb, packs/*/MANIFEST-*, packs/*/LOG*, packs/*/CURRENT, packs/*/LOCK, packs/*/lost/
|