Skip to content

Commit f5f63d7

Browse files
committed
gitignore: use wildcard pattern for scripts
1 parent 53eb7a4 commit f5f63d7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ _debug*.py
77
debug_*.py
88
scratch_*.py
99

10+
# Personal development scripts (ignore all except build tools)
11+
scripts/*
12+
!scripts/generate_marketing_screenshots.py
13+
!scripts/generate_app_icon.sh
14+
1015
# Secrets & environment
1116
.env
1217
.env.*
@@ -73,4 +78,3 @@ CortexOSApp/generate_icons.py
7378
CortexOSApp/screenshot_results/
7479
CortexOSApp/store_assets/marketing/
7580
CortexOSApp/store_assets/**/*_raw.png
76-
scripts/capture_screenshots.sh

0 commit comments

Comments
 (0)