Skip to content

Commit 3afc2b3

Browse files
authored
[Infra] Commits should exclude .build/ folder from nested dirs (#10180)
1 parent 76980bf commit 3afc2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ DerivedData
6060

6161
# Swift Package Manager
6262
Package.resolved
63-
*/.build
63+
**/.build
6464
ReleaseTooling/.swiftpm
6565
ReleaseTooling/Packages
6666
ReleaseTooling/*.xcodeproj

0 commit comments

Comments
 (0)