mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 05:02:07 +00:00
- Handle https://github.com/... URLs as git sources (not local) - Strip .git suffix for consistent matching
35 lines
404 B
Text
35 lines
404 B
Text
node_modules/
|
|
dist/
|
|
*.log
|
|
.DS_Store
|
|
*.tsbuildinfo
|
|
# packages/*/node_modules/
|
|
packages/*/dist/
|
|
packages/*/dist-chrome/
|
|
packages/*/dist-firefox/
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.zed/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Package specific
|
|
.npm/
|
|
coverage/
|
|
.nyc_output/
|
|
.pi_config/
|
|
tui-debug.log
|
|
compaction-results/
|
|
.opencode/
|
|
syntax.jsonl
|
|
out.jsonl
|
|
pi-*.html
|
|
out.html
|
|
packages/coding-agent/binaries/
|
|
todo.md
|