mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-19 16:21:13 +01:00
- Rewrite Flatpak manifest to build from source using SDK extensions (node22, rust-stable) with offline cargo/npm dependency caches - Add generate-sources.sh to produce cargo-sources.json and node-sources.json from lock files using flatpak-builder-tools - Vendor Node.js, protoc, and wasm-pack as archive sources with SHA256 verification and per-arch support - Add SHA256 verification to vendor-node.cjs and vendor-protoc.cjs - Rewrite update-manifest.sh to update git tag/commit and regenerate dependency sources - Update Flathub CI workflow to install generators and copy source files - Remove stale plugins/faker entry from package-lock.json
54 lines
725 B
Plaintext
54 lines
725 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json
|
|
!.vscode/launch.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
.eslintcache
|
|
out
|
|
|
|
*.sqlite
|
|
*.sqlite-*
|
|
|
|
.cargo
|
|
|
|
.tmp
|
|
tmp
|
|
.zed
|
|
codebook.toml
|
|
target
|
|
|
|
# Per-worktree Tauri config (generated by post-checkout hook)
|
|
crates-tauri/yaak-app/tauri.worktree.conf.json
|
|
|
|
# Tauri auto-generated permission files
|
|
**/permissions/autogenerated
|
|
**/permissions/schemas
|
|
|
|
# Flatpak build artifacts
|
|
flatpak-repo/
|
|
.flatpak-builder/
|
|
flatpak/flatpak-builder-tools/
|
|
flatpak/cargo-sources.json
|
|
flatpak/node-sources.json
|