20 lines
654 B
Plaintext
20 lines
654 B
Plaintext
.build/
|
|
dist/
|
|
.nucleic-spike/
|
|
*.xcodeproj
|
|
# …but the iPhone client's project IS a tracked deliverable.
|
|
!ios/NucleicRemote/NucleicRemote.xcodeproj
|
|
xcuserdata/
|
|
*.xcuserstate
|
|
DerivedData/
|
|
.DS_Store
|
|
# Agent scratch / transcript files that land in the working copy during runs —
|
|
# untracked, they dirty the autoship merge target and block integration.
|
|
test-transcripts/
|
|
nucleic-*.md
|
|
# Bundled Linux kernel staged by scripts/fetch-kernel.sh — large binary, not tracked.
|
|
# (Resources/ otherwise holds tracked items like AppIcon.icns.)
|
|
Resources/vmlinux-arm64
|
|
# Cloudflare Workers local dev cache/state — regenerated by wrangler, not tracked.
|
|
.wrangler/
|