-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (29 loc) · 800 Bytes
/
Copy path.gitignore
File metadata and controls
31 lines (29 loc) · 800 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
target/
node_modules/
dist/
!frontend/dist/
frontend/dist/*
!frontend/dist/.gitkeep
frontend/package.json.md5
*.pyc
__pycache__/
build/*
!build/appicon.svg
!build/appicon.png
!build/darwin/
!build/darwin/Info.plist
!build/darwin/Info.dev.plist
.DS_Store
.omc/
pnpm-lock.yaml
# Local agent working dirs. This repository is PUBLIC, and these hold local
# agent state -- task tracker, session notes, tool config -- that is useful on
# one machine and has no business being published. `.beads/` was protected
# only by .git/info/exclude, which is local to a single clone and is not
# itself tracked, so a fresh checkout had no protection. (.omc/ already above.)
.agents/
.beads/
.claude/
.codex/
# Compiled output for the browser-free render harness (frontend/scripts/*.mjs).
/frontend/.harness-build/