Replace `docs/megaplans/` with `docs/megaplans/*` and `docs/megaplans` to ensure both the directory contents and the directory itself are ignored consistently.
32 lines
449 B
Plaintext
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
|