Files
iccery-v2-mac/.gitignore
gronod 073e3aa308
macOS CI / package (pull_request) Canceled after 0s
macOS CI / build-and-test (pull_request) Canceled after 17s
chore: normalize docs/megaplans/ gitignore pattern
Replace `docs/megaplans/` with `docs/megaplans/*` and `docs/megaplans` to ensure both the directory contents and the directory itself are ignored consistently.
2026-09-11 09:32:56 +01:00

32 lines
449 B
Plaintext

# Xcode
*.xcuserstate
xcuserdata/
DerivedData/
*.xccheckout
*.moved-aside
*.xcscmblueprint
*.xccrashreport
# Swift Package Manager
.build/
.swiftpm/
Package.resolved
# Fetched Argyll sidecars (release artefacts, not git blobs — #127)
Vendor/Argyll/
# XcodeGen output (regenerate with `make gen`)
ICCery.xcodeproj/
# macOS
.DS_Store
# Release artefacts (not git blobs)
*.dmg
*.zip
Release/
notarization/
build/
docs/megaplans/*
docs/megaplans