Files
subdomain-test/.railpackignore
Cursor Agent c35c8c3cec Refactor: Switch to Bun and update dependencies
Replace pnpm with Bun for package management. Update Dockerfile and README.

Co-authored-by: lukeslakemail <lukeslakemail@gmail.com>
2025-10-19 20:24:55 +00:00

82 lines
946 B
Plaintext

# Dependencies
node_modules/
bun.lockb
# Build outputs
.svelte-kit/
build/
dist/
# Development files
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
# Dependency directories
jspm_packages/
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
# next.js build output
.next
# nuxt.js build output
.nuxt
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port