We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53eb7a4 commit f5f63d7Copy full SHA for f5f63d7
1 file changed
.gitignore
@@ -7,6 +7,11 @@ _debug*.py
7
debug_*.py
8
scratch_*.py
9
10
+# Personal development scripts (ignore all except build tools)
11
+scripts/*
12
+!scripts/generate_marketing_screenshots.py
13
+!scripts/generate_app_icon.sh
14
+
15
# Secrets & environment
16
.env
17
.env.*
@@ -73,4 +78,3 @@ CortexOSApp/generate_icons.py
73
78
CortexOSApp/screenshot_results/
74
79
CortexOSApp/store_assets/marketing/
75
80
CortexOSApp/store_assets/**/*_raw.png
76
-scripts/capture_screenshots.sh
0 commit comments