singularity-forge/.dockerignore
ace-pm 9d739dfa5d Rename GSD→SF: complete rebrand from fork origin
- All gsdDir/gsdRoot/gsdHome → sfDir/sfRootDir/sfHome
- GSDWorkspace* → SFWorkspace* interfaces
- bootstrapGsdProject → bootstrapProject
- runGSDDoctor → runSFDoctor
- GsdClient → SfClient, gsd-client.ts → sf-client.ts
- .gsd/ → .sf/ in all tests, docs, docker, native, vscode
- Auto-migration: headless detects .gsd/ → renames to .sf/
- Deleted gsd-phase-state.ts backward-compat re-export
- Renamed bin/gsd-from-source → bin/sf-from-source
- Updated mintlify docs, github workflows, docker configs
2026-04-15 18:33:47 +02:00

53 lines
661 B
Text

# ── Build artifacts ──
dist/
build/
coverage/
*.tsbuildinfo
# ── Dependencies ──
node_modules/
packages/*/node_modules/
# ── Environment & secrets ──
.env
.env.*
!.env.example
.sf/
# ── IDE & OS ──
.idea/
.vscode/
*.code-workspace
.DS_Store
Thumbs.db
# ── Git ──
.git/
.github/
# ── Development files ──
.claude/
.plans/
.artifacts/
.bg-shell/
.bg_shell
*.log
*.swp
*.swo
*~
tmp/
.cache/
# ── Native build artifacts ──
native/
target/
# ── Test fixtures ──
tests/
# ── Lock files (npm is canonical via package-lock.json) ──
pnpm-lock.yaml
bun.lock
# ── Tarballs ──
*.tgz