Skip to content

Commit

Permalink
Update .gitignore for Swift Package Manager (#6705)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
loic-sharma committed May 10, 2024
1 parent a22381f commit a8e9147
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@

pubspec.lock

# iOS and macOS dependencies
.build/
Podfile.lock
Pods/
.swiftpm/
.symlinks/

*instrumentscli*.trace
Expand Down

0 comments on commit a8e9147

Please sign in to comment.