Skip to content

Commit 98488df

Browse files
committed
gitignore: clean up .gitignore by removing unnecessary entries and clarifying Fastlane config section
1 parent 3029a51 commit 98488df

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ scratch_*.py
2222
*.tmp
2323
tmp/
2424

25-
# Nested duplicate repo (accidental clone)
26-
Cortex-Thinking-Engine/
27-
28-
# Fastlane config (contains Apple ID, team info)
25+
# Fastlane config (do not commit sensitive files)
26+
CortexOSApp/fastlane/README.md
2927
CortexOSApp/fastlane/Appfile
28+
CortexOSApp/fastlane/Fastfile
3029

3130
# macOS
3231
._*

0 commit comments

Comments
 (0)