forked from johannesjo/parallel-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (34 loc) · 836 Bytes
/
Copy path.gitignore
File metadata and controls
37 lines (34 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
node_modules
dist
dist-electron
dist-remote
release
coverage
# Local auto-update test server payload (build artifacts, not source).
update-test/
# Runtime data dir written by the app (MCP coordinator state, etc.)
.parallel-code/
.worktrees
.idea
.claude
.DS_Store
# Keep generated docs content ignored, but track the authored architecture overview.
docs/*
!docs/architecture-overview.html
!docs/document-workspaces.md
!docs/browser-preview.md
# Sandbox bind-mount artifacts from user home (not project files).
# Root-anchored so legitimate nested files with these names are still tracked.
/.bash_profile
/.bashrc
/.gitconfig
/.gitmodules
/.mcp.json
/.profile
/.ripgreprc
/.zprofile
/.zshrc
# Local runtime state from memory/sidecar processes (not source)
/data/
# Local scratch space (UI preview harnesses, throwaway scripts)
/.tmp/