Roo-Code/.dockerignore
2025-03-17 10:09:19 -07:00

45 lines
459 B
Text

# Version control
# .git/
# .gitignore
# .gitattributes
# .git-blame-ignore-revs
# .gitconfig
# Build artifacts
bin/
dist/
**/dist/
out/
**/out/
# Dependencies
node_modules/
**/node_modules/
# Test and development files
coverage/
**/.vscode-test/
# Configuration files
# .env*
knip.json
.husky/
# CI/CD
# .changeset/
# .github/
# ellipsis.yaml
# OS specific
.DS_Store
# Logs
logs/
*.log
# Nix
# flake.lock
# flake.nix
# Monorepo
benchmark/exercises/