34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
.build/
|
|
.build-verify/
|
|
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
|
|
# TailscaleKit framework staged by scripts/build-tailscalekit.sh — large binary, not
|
|
# tracked; Package.swift enables the Tailnet transport only when it exists.
|
|
third_party/TailscaleKit/TailscaleKit.xcframework
|
|
# Cloudflare Workers local dev cache/state — regenerated by wrangler, not tracked.
|
|
.wrangler/
|
|
|
|
# Apple AuthKeys
|
|
AuthKey*
|
|
|
|
# nucleic-smoke scratch (runner smoke tests stage transient state — incl. credentials — here;
|
|
# never tracked).
|
|
.smoke-scratch/
|
|
|
|
# Developer ID profiles are account-specific signing assets; packaging embeds one by path.
|
|
signing/*.provisionprofile
|