Skip to content

Commit a8e9147

Browse files
authored
Update .gitignore for Swift Package Manager (flutter#6705)
The following directories were created when I added SPM support to the `ios_platform_images` plugin: ``` packages/ios_platform_images/ios/ios_platform_images/.build/ packages/ios_platform_images/ios/ios_platform_images/.swiftpm/ ``` These shouldn't be checked-in to the packages repository. Part of flutter/flutter#148018
1 parent a22381f commit a8e9147

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212

1313
pubspec.lock
1414

15+
# iOS and macOS dependencies
16+
.build/
1517
Podfile.lock
1618
Pods/
19+
.swiftpm/
1720
.symlinks/
1821

1922
*instrumentscli*.trace

0 commit comments

Comments
 (0)