Files
Pake/.gitignore
Tw93 9be1662925 🔧 Include pnpm-lock.yaml for dependency management
Remove pnpm-lock.yaml from .gitignore to enable proper dependency caching in GitHub Actions.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 20:04:32 +08:00

41 lines
432 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist-ssr
*.local
# Editor directories and files
.vscode
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.npmrc
output
*.msi
*.deb
*.AppImage
*.dmg
package-lock.json
yarn.lock
dist
!dist/about_pake.html
!dist/cli.js
!dist/.gitkeep
src-tauri/.cargo/config.toml
src-tauri/.cargo/
.next
src-tauri/.pake/
src-tauri/gen