Gebaute .app/.zip für Gitea-Release-Uploads gehört nicht ins Repo. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
24 lines
491 B
Plaintext
24 lines
491 B
Plaintext
# Xcode / SwiftPM build artifacts
|
|
.build/
|
|
DerivedData/
|
|
*.xcodeproj/
|
|
xcuserdata/
|
|
.swiftpm/
|
|
*.xcworkspace/xcuserdata/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Firmware images (large binaries, not app source)
|
|
*.npk
|
|
*.cpgz
|
|
|
|
# Built release artifacts (uploaded as Gitea release assets, not repo source)
|
|
/Release-Artifacts/
|
|
|
|
# Router config backups (real device data, not app source) — created here when
|
|
# testing the app's "choose backup folder" feature with this directory selected.
|
|
/Backups/
|
|
*.rsc
|
|
__pycache__/
|