Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ build/
# Example app config (contains API keys)
example/api-config.json

# Example app iOS Podfile.lock (generated file; Flutter engine pod always
# reports version 1.0.0 which triggers false-positive CVE scanner matches)
example/ios/Podfile.lock

# Cursor related
.cursor_tasks/

Expand Down
61 changes: 0 additions & 61 deletions example/ios/Podfile.lock

This file was deleted.

Loading