Ignore local build artifacts
This commit is contained in:
parent
7f4ec0d36a
commit
ab050e3ac7
10
.gitignore
vendored
10
.gitignore
vendored
@ -8,6 +8,7 @@
|
||||
# Custom folder icons
|
||||
Icon
|
||||
|
||||
|
||||
# Volume root files
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
@ -119,9 +120,18 @@ playground.xcworkspace
|
||||
packages/apple/**/.build/
|
||||
**/.build/
|
||||
|
||||
# Swift build artifacts
|
||||
build/
|
||||
**/build/
|
||||
|
||||
# Xcode local build artifacts
|
||||
.derivedData/
|
||||
DerivedData/
|
||||
|
||||
# Local uploaded media storage
|
||||
runtime/storage/users/
|
||||
|
||||
# Swift Package Manager
|
||||
# Package.resolved
|
||||
packages/apple/**/.build/
|
||||
**/.build/
|
||||
Loading…
Reference in New Issue
Block a user