mirror of
https://github.com/cline/cline.git
synced 2025-06-03 03:59:07 +00:00
31 lines
502 B
Plaintext
31 lines
502 B
Plaintext
out
|
|
dist
|
|
dist-standalone
|
|
node_modules
|
|
tmp
|
|
.vscode-test/
|
|
*.vsix
|
|
|
|
.DS_Store
|
|
|
|
pnpm-lock.yaml
|
|
|
|
.clineignore
|
|
.venv
|
|
.actrc
|
|
|
|
# Ignore coverage directories and files
|
|
coverage
|
|
# But don't ignore the coverage scripts in .github/scripts/
|
|
!.github/scripts/coverage/
|
|
|
|
*evals.env
|
|
|
|
# Generated proto files
|
|
# src/shared/proto/*.ts
|
|
# src/core/controller/*/methods.ts
|
|
# src/core/controller/*/index.ts
|
|
# src/core/controller/grpc-service-config.ts
|
|
# webview-ui/src/services/grpc-client.ts
|
|
# src/standalone/server-setup.ts
|