44 lines
546 B
Plaintext
44 lines
546 B
Plaintext
.DS_Store
|
|
.idea/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
out/
|
|
|
|
# TypeScript incremental build info
|
|
*.tsbuildinfo
|
|
|
|
# Logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# ESLint cache
|
|
.eslintcache
|
|
|
|
# Local isolated Hermes homes for development/tests
|
|
.sandbox/
|
|
|
|
# Electron packaging artifacts
|
|
release/
|
|
.claude/worktrees
|
|
|
|
# Tauri
|
|
**/src-tauri/target/
|
|
**/src-tauri/gen/
|
|
**/src-tauri/WixTools/
|
|
|
|
# Local launcher scripts (user-specific, do not commit)
|
|
/*.bat
|
|
/*.ps1
|
|
.mcp.json
|