mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
40 lines
500 B
Plaintext
40 lines
500 B
Plaintext
out
|
|
dist
|
|
dist-standalone
|
|
node_modules
|
|
tmp
|
|
.vscode-test/
|
|
*.vsix
|
|
|
|
.DS_Store
|
|
.idea
|
|
|
|
pnpm-lock.yaml
|
|
|
|
.clineignore
|
|
.venv
|
|
.actrc
|
|
|
|
webview-ui/src/**/*.js
|
|
webview-ui/src/**/*.js.map
|
|
|
|
# Ignore coverage directories and files
|
|
coverage
|
|
coverage-unit
|
|
.nyc_output
|
|
# But don't ignore the coverage scripts in .github/scripts/
|
|
!.github/scripts/coverage/
|
|
|
|
*evals.env
|
|
|
|
## Generated files ##
|
|
src/generated/
|
|
src/shared/proto/
|
|
webview-ui/src/services/grpc-client.ts
|
|
|
|
# E2E Tests
|
|
test-results
|
|
|
|
## CLI pre-release ##
|
|
/cli
|