-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
26 lines (22 loc) · 902 Bytes
/
Copy path.gitignore
File metadata and controls
26 lines (22 loc) · 902 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
node_modules/
coverage/
.env
.env.*
.deno/
dist/
.claude/settings.local.json
# Local git worktrees for parallel harness supervisor/wave runs
.worktrees/
# Transient LLM/harness scratch tree. All of `.llm/tmp/` is git-excluded scratch
# (see AGENTS.md and root deno.json `exclude`): harness run logs, evidence, and
# CI output land here and embed machine-local absolute paths. Never commit it.
# If a specific artifact ever needs to be durable, re-add it with a `!` negation.
.llm/tmp/
# design-sync scratch output (synthetic React package + canvas bundle);
# rebuild with `deno task design:sync`, never commit.
.ds-sync/
# local-preview copies of the generated bundle so `screens/*.html` resolve
# `../_ns_*` when served from resources/design/dashboard; copy from
# .ds-sync/bundle after each build, never commit.
resources/design/dashboard/_ns_runtime.js
resources/design/dashboard/_ns_styles.css