rybbit/server/.dockerignore
2025-01-16 22:39:11 -08:00

25 lines
No EOL
261 B
Text

# Dependencies
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
.pnpm-debug.log
# Build outputs
dist/
build/
# Environment and config
.env
.env.local
.env.*.local
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
# System files
.DS_Store
Thumbs.db