Skip to content

Commit e761edb

Browse files
fatbobmanclaude
andcommitted
Add Swift module cache to .gitignore
- Added .swift-module-cache/ to .gitignore to prevent Swift compiler cache from being tracked - Removed existing .swift-module-cache directory from repository - This cache directory is generated during Swift compilation and should not be version controlled 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4deb777 commit e761edb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,7 @@ fastlane/screenshots/**/*.png
4646
fastlane/test_output
4747

4848
# SwiftUI Previews
49-
.swiftpm/xcode/
49+
.swiftpm/xcode/
50+
51+
# Swift Module Cache
52+
.swift-module-cache/

0 commit comments

Comments
 (0)