ce804f5aa5
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.
40 lines
522 B
Plaintext
40 lines
522 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
src-tauri/target
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
*.local.*
|
|
# Local patch artifacts
|
|
*.diff
|
|
*.patch
|
|
|
|
# Local staging area
|
|
/staging
|
|
|
|
# Misc
|
|
*.py
|
|
*.pyc
|
|
|
|
# Bundled CUDA runtime DLLs for the CUDA build (copied from the toolkit
|
|
# locally; ~600 MB, never committed). See RELEASE_PLAN.md "CUDA release variant".
|
|
src-tauri/cuda-redist/
|