mirror of
https://github.com/cline/cline.git
synced 2026-09-19 10:13:34 +08:00
Ignore .cline session data, temp directories, SQLite artifacts, and generated metadata to prevent local SDK state and user data from being committed.
73 lines
996 B
Plaintext
73 lines
996 B
Plaintext
out
|
|
dist
|
|
dist-standalone
|
|
node_modules
|
|
tmp
|
|
.vscode-test/
|
|
*.vsix
|
|
|
|
.DS_Store
|
|
.idea
|
|
.husky/_/
|
|
|
|
pnpm-lock.yaml
|
|
|
|
.clineignore
|
|
.venv
|
|
.actrc
|
|
CLAUDE.local.md
|
|
|
|
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
|
|
.env
|
|
.secrets
|
|
.github/act/.secrets
|
|
|
|
.worktrees
|
|
|
|
## Generated files ##
|
|
src/generated/
|
|
src/shared/proto/
|
|
webview-ui/src/services/grpc-client.ts
|
|
*.tsbuildinfo
|
|
|
|
# E2E Tests
|
|
test-results
|
|
|
|
/.github/act
|
|
/pkg
|
|
.secrets
|
|
|
|
*.tsbuildinfo
|
|
|
|
# Smoke test results (generated)
|
|
evals/smoke-tests/results/
|
|
|
|
.tui-test
|
|
secrets.json
|
|
tui-traces
|
|
tests/**/cache
|
|
|
|
# Backup created by scripts/marketplace-readme.mjs while publishing.
|
|
# Should never be committed: only exists if a publish aborts mid-swap.
|
|
.README.github.bak
|
|
|
|
|
|
# SDK Session files / User data
|
|
.cline/data
|
|
.cline/tmp
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
.cline/**/managed.json
|
|
.cline/**/bundle.json
|