- Migrate to packages/web + packages/desktop workspace layout via git mv - Add Tauri v2 desktop shell with @tauri-apps/plugin-http for CORS bypass - Configure Turborepo with package-level dependsOn build graph - Add semantic-release with exec plugin for GHA output and disabled PR comments - Fix http:default capability scope to allow all HTTP/HTTPS origins - Add Vite Tauri integration (clearScreen, TAURI_DEV_HOST, target, envPrefix) - Add semantic-release.yml and release.yml GitHub Actions workflows - Fix all Biome lint errors (noArrayIndexKey, noNonNullAssertion, button types)
43 lines
511 B
Plaintext
43 lines
511 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
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# fire-tools
|
|
.fire-tools-manifest.json
|
|
.fire-tools-delta.json
|
|
.fire-tools/
|
|
.pnpm-store/
|
|
.turbo/
|
|
|
|
# Playwright MCP
|
|
.playwright-mcp/
|
|
|
|
# TypeScript build info
|
|
*.tsbuildinfo
|
|
.tanstack/
|
|
|
|
# Tauri
|
|
packages/desktop/src-tauri/target/
|
|
packages/desktop/src-tauri/gen/
|