mirror of
https://github.com/aaif-goose/goose.git
synced 2026-06-02 06:14:27 +02:00
73 lines
764 B
Plaintext
73 lines
764 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
.workdir/
|
|
report.html
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
out/
|
|
.next/
|
|
.nuxt/
|
|
.output/
|
|
.opencode-root
|
|
suite/.pi-root
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
*.d.ts.map
|
|
.g3/
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Runtime data
|
|
pids/
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Coverage & testing
|
|
coverage/
|
|
.nyc_output/
|
|
.jest/
|
|
|
|
# Caches
|
|
.cache/
|
|
.parcel-cache/
|
|
.turbo/
|
|
.eslintcache
|
|
.stylelintcache
|
|
*.swp
|
|
*.swo
|
|
|
|
# IDE & editors
|
|
.idea/
|
|
.vscode/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Lock files (optional - uncomment if you don't want to track)
|
|
# package-lock.json
|
|
# yarn.lock
|
|
# pnpm-lock.yaml
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|