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