Ignore local build artifacts

This commit is contained in:
diyaa 2026-06-20 08:06:57 +02:00
parent 7f4ec0d36a
commit ab050e3ac7

12
.gitignore vendored
View File

@ -6,7 +6,8 @@
._*
# Custom folder icons
Icon
Icon
# Volume root files
.DocumentRevisions-V100
@ -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/