Skip to content

Commit ea2bd01

Browse files
authored
Update .gitignore
1 parent cc9b5bf commit ea2bd01

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ tmp/
2525
# Nested duplicate repo (accidental clone)
2626
Cortex-Thinking-Engine/
2727

28+
# Fastlane config (contains Apple ID, team info)
29+
CortexOSApp/fastlane/Appfile
30+
2831
# macOS
2932
._*
30-
.DS_Store*
33+
.DS_Store
3134

3235
# Python
3336
__pycache__/

0 commit comments

Comments
 (0)