mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com> Co-authored-by: John Richmond <5629+jr@users.noreply.github.com>
33 lines
264 B
Text
33 lines
264 B
Text
# git
|
|
.git
|
|
|
|
# build artifacts
|
|
bin/
|
|
dist/
|
|
**/dist/
|
|
out/
|
|
**/out/
|
|
|
|
# dependencies
|
|
node_modules/
|
|
**/node_modules/
|
|
|
|
# testing
|
|
coverage/
|
|
**/.vscode-test/
|
|
**/mock/
|
|
|
|
# devtools
|
|
knip.json
|
|
.husky/
|
|
|
|
# monorepo
|
|
.turbo/
|
|
**/.turbo/
|
|
|
|
# next.js
|
|
**/.next/
|
|
.vercel
|
|
|
|
# env
|
|
.env.keys
|