mirror of
https://github.com/awizemann/scarf.git
synced 2026-05-10 02:26:37 +00:00
eed55cbb0f
Stops the release script's git-clean preflight from tripping on the zips + appcast-entry.xml that every release run produces under releases/v<VERSION>/. GitHub Releases hosts the actual downloads; there's no reason to commit ~30 MB of binaries per release into git history. RELEASE_NOTES.md stays tracked — it's committed as part of the version bump by the release script. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
55 lines
794 B
Plaintext
55 lines
794 B
Plaintext
# Xcode
|
|
build/
|
|
.gh-pages-worktree/
|
|
DerivedData/
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
xcuserdata/
|
|
*.xccheckout
|
|
*.moved-aside
|
|
*.hmap
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
# Swift Package Manager
|
|
.build/
|
|
Packages/
|
|
Package.pins
|
|
Package.resolved
|
|
*.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/
|
|
.swiftpm/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# IDE
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Claude Code
|
|
.claude/
|
|
scarf/standards/backups/
|
|
|
|
# Scarf project dashboards (user-specific)
|
|
.scarf/
|
|
|
|
# Release artifacts — GitHub Releases hosts the binaries; no need to bloat git
|
|
# history. RELEASE_NOTES.md stays tracked (committed with the version bump).
|
|
releases/v*/*.zip
|
|
releases/v*/appcast-entry.xml
|