b42b591690
Create .claude/settings.json so shared project config is committable, add the deny-by-default .claude/* and .env.* allow-list block to .gitignore, and add the portable inbox-check line to AGENTS.md. Track Jitsi support in ROADMAP.
38 lines
928 B
Plaintext
38 lines
928 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Xcode project is generated from project.yml by XcodeGen.
|
|
# Regenerate any time with: xcodegen generate
|
|
*.xcodeproj
|
|
*.xcworkspace
|
|
xcuserdata/
|
|
DerivedData/
|
|
build/
|
|
|
|
# Swift / SwiftPM
|
|
.build/
|
|
|
|
# App output (never commit recordings or transcripts)
|
|
/Ten31Transcripts-output/
|
|
|
|
# Personal call screenshots / fixtures (faces, contact names) — never commit
|
|
example-screenshots/
|
|
|
|
# Local signing identity (Apple Team ID) — keep out of source; template is committed
|
|
Config/Signing.xcconfig
|
|
|
|
# Local env files (e.g. SPARK_BACKEND_URL for dev/harness runs) — never commit
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Claude Code — deny by default, allow-list shared wiring.
|
|
# .claude/ also accumulates worktrees, editor configs, and OS cruft; commit
|
|
# only the shared parts so new local scratch (or a stray secret) stays out.
|
|
.claude/*
|
|
!.claude/rules/
|
|
!.claude/agents/
|
|
!.claude/commands/
|
|
!.claude/skills/
|
|
!.claude/settings.json
|