mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
* Move the apps to the root dir * Update all references from sdk/apps/ to apps/ * Update dependencies * Install bun types * Fix types * Fix types * Fix linter * Ingore apps from vscode * Fix security warning * Fix windows install * Enable windows dev mode * Revert "Enable windows dev mode" This reverts commita46c99282e. * Revert "Ingore apps from vscode" This reverts commit47f7b265d2. * Revert "Fix windows install" This reverts commit1dabba1556. * update the repo root * fix root dir * fix path * fix other path * Fix unrelated changes * fix: address apps move follow-up blockers (#11228) * fix: update root app command paths * fix: include moved apps in root checks * fix: clean up moved app path references --------- Co-authored-by: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
84 lines
1.3 KiB
Plaintext
84 lines
1.3 KiB
Plaintext
out
|
|
dist
|
|
dist-standalone
|
|
node_modules
|
|
tmp
|
|
.vscode-test/
|
|
*.vsix
|
|
|
|
.DS_Store
|
|
.idea
|
|
.husky/_/
|
|
|
|
pnpm-lock.yaml
|
|
|
|
.clineignore
|
|
.venv
|
|
.actrc
|
|
CLAUDE.local.md
|
|
|
|
apps/vscode/webview-ui/src/**/*.js
|
|
apps/vscode/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 ##
|
|
apps/vscode/src/generated/
|
|
apps/vscode/src/shared/proto/
|
|
apps/vscode/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
|
|
|
|
# Tauri generated code
|
|
apps/*/src-tauri/gen
|
|
apps/*/src-tauri/bin
|
|
apps/examples/*/src-tauri/gen
|
|
apps/examples/*/src-tauri/bin
|
|
# Tauri UI test snapshots
|
|
apps/*/src/tests/.tui-test
|
|
apps/*/src/tests/tui-traces
|
|
apps/vscode/webview-ui/src/**/*.js
|
|
apps/vscode/webview-ui/src/**/*.js.map
|
|
|
|
|
|
# SDK Session files / User data
|
|
.cline/data
|
|
.cline/tmp
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
.cline/**/managed.json
|
|
.cline/**/bundle.json
|