Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 34 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,40 @@
# macOS
.DS_Store

# Xcode / build artifacts
/.build
/Packages
xcuserdata/
build/
DerivedData/
xcuserdata/
*.moved-aside
*.hmap
*.dSYM
*.dSYM.zip
*.ipa
timeline.xctimeline

# Swift Package Manager
.swiftpm/

# Secrets & code-signing (never commit these)
.netrc
.env
*.env
Secrets.swift
*.pem
*.p12
*.p8
*.cer
*.mobileprovision

# AI assistant tooling (kept local, not published)
CLAUDE.md
AGENTS.md
.claude/
.cursor/

# Editors / IDEs
.vscode/
.idea/
*.swp
98 changes: 0 additions & 98 deletions AGENTS.md

This file was deleted.

Loading
Loading