chore: gitignore the local dev copy of the onboarding zip
public/download/ holds a dev-server copy of apess-onboard.zip (baked cloud token) so the "Download the board app" button works against the Vite dev server. Never commit it. Co-Authored-By: Claude Opus 4.8 <[email protected]>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
d3011130a3
commit
4622f8c409
@@ -36,3 +36,6 @@ deploy/workshop-llm/.env
|
|||||||
# Distributable artifacts (baked token) — never commit
|
# Distributable artifacts (baked token) — never commit
|
||||||
deploy/download/*.zip
|
deploy/download/*.zip
|
||||||
deploy/download/*.tar*
|
deploy/download/*.tar*
|
||||||
|
|
||||||
|
# Local dev copy of the onboarding zip (baked token)
|
||||||
|
public/download/
|
||||||
|
|||||||
Reference in New Issue
Block a user