chore(gitignore): drop blanket *.json ignore, track configs directly
CI / check (push) Has been cancelled
CI / check (push) Has been cancelled
The global *.json rule (added for transient ComfyUI workflow dumps) forced git add -f on real configs and hid tauri.conf.json from tauri-action's gitignore-aware globbing. Removed it and the negation workarounds; local-only ignores (e.g. skills-lock.json) live in .git/info/exclude instead.
This commit is contained in:
@@ -32,17 +32,8 @@ dist-ssr
|
|||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
*.py
|
*.py
|
||||||
*.json
|
|
||||||
|
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
# Bundled CUDA runtime DLLs for the CUDA build (copied from the toolkit
|
# Bundled CUDA runtime DLLs for the CUDA build (copied from the toolkit
|
||||||
# locally; ~600 MB, never committed). See RELEASE_PLAN.md "CUDA release variant".
|
# locally; ~600 MB, never committed). See RELEASE_PLAN.md "CUDA release variant".
|
||||||
src-tauri/cuda-redist/
|
src-tauri/cuda-redist/
|
||||||
|
|
||||||
# Keep the Tauri configs tracked despite the *.json rule above. tauri.conf.json
|
|
||||||
# must also be un-ignored so tauri-action can find it: it globs for the config
|
|
||||||
# honoring .gitignore, and an ignored config makes the release build fail with
|
|
||||||
# "Failed to resolve Tauri path".
|
|
||||||
!src-tauri/tauri.conf.json
|
|
||||||
!src-tauri/tauri.cuda.conf.json
|
|
||||||
|
|||||||
Reference in New Issue
Block a user