Update .gitignore for Swift Package Manager (#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 https://github.com/flutter/flutter/issues/148018
This commit is contained in:
Loïc Sharma
2024-05-10 13:36:16 -07:00
committed by GitHub
parent a22381ffd5
commit a8e9147964

3
.gitignore vendored
View File

@ -12,8 +12,11 @@
pubspec.lock
# iOS and macOS dependencies
.build/
Podfile.lock
Pods/
.swiftpm/
.symlinks/
*instrumentscli*.trace