- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
13 lines
607 B
Markdown
13 lines
607 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: "2025-12-18T22:39:32.759254+00:00"
|
|
---
|
|
|
|
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/
|