mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Co-authored-by: cte <cestreich@gmail.com> Co-authored-by: Roomote <chris@roocode.com> Co-authored-by: John Richmond <5629+jr@users.noreply.github.com>
29 lines
304 B
Text
29 lines
304 B
Text
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
Thumbs.db
|
|
|
|
# .env
|
|
.env.keys
|
|
.env.local
|
|
|
|
# turbo
|
|
.turbo
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# docker
|
|
**/.docker/data
|
|
**/.docker/logs
|
|
|
|
# logs
|
|
*.log
|
|
|
|
# project mcp config
|
|
.roo/mcp.json
|