mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
chore: ignore Xcode and SwiftPM local build directories
Made-with: Cursor
This commit is contained in:
parent
665188f412
commit
6cf4eba1fc
1 changed files with 13 additions and 1 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -5,4 +5,16 @@ Carthage
|
|||
.DS_Store
|
||||
|
||||
### Xcode ###
|
||||
xcuserdata/
|
||||
xcuserdata/
|
||||
*.xcuserstate
|
||||
*.xccheckout
|
||||
*.xcscmblueprint
|
||||
|
||||
### Xcode / SwiftPM (local build outputs beside the project) ###
|
||||
.build/
|
||||
.derivedData/
|
||||
build/
|
||||
DerivedData/
|
||||
|
||||
### SwiftPM — user-specific; keep Package.resolved tracked ###
|
||||
.swiftpm/xcode/xcuserdata/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue