chore: bump full-node to 2.0.0; stop tracking the generated manifest
Set project(ObsidianDragon VERSION 2.0.0) (was 1.3.0); the lite variant keeps its own independent DRAGONX_LITE_VERSION (1.0.0). res/ObsidianDragon.manifest is generated per-variant by configure_file from res/ObsidianDragon.manifest.in, so it was wrongly tracked (it kept showing dirty, stamped with whichever variant built last) - untrack it and gitignore it; the .in template remains the source. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -51,3 +51,6 @@ docs/_archive/
|
||||
|
||||
# Lite-backend deps are fetched (or `cargo vendor`-ed locally for offline); not committed.
|
||||
third_party/silentdragonxlite/lib/vendor/
|
||||
|
||||
# Generated by configure_file from res/ObsidianDragon.manifest.in (do not track)
|
||||
res/ObsidianDragon.manifest
|
||||
|
||||
Reference in New Issue
Block a user