mirror of
https://github.com/flutter/packages.git
synced 2025-07-03 09:08:54 +08:00
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:
3
.gitignore
vendored
3
.gitignore
vendored
@ -12,8 +12,11 @@
|
|||||||
|
|
||||||
pubspec.lock
|
pubspec.lock
|
||||||
|
|
||||||
|
# iOS and macOS dependencies
|
||||||
|
.build/
|
||||||
Podfile.lock
|
Podfile.lock
|
||||||
Pods/
|
Pods/
|
||||||
|
.swiftpm/
|
||||||
.symlinks/
|
.symlinks/
|
||||||
|
|
||||||
*instrumentscli*.trace
|
*instrumentscli*.trace
|
||||||
|
Reference in New Issue
Block a user