chore(dev): add local-only launch/define workflow and ignore secret define file

This commit is contained in:
Lukas Müllner 2026-03-05 19:33:25 +01:00
parent 25e0ade7a6
commit 60319e1d39
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"SUPABASE_URL": "https://your-project.supabase.co",
"SUPABASE_ANON_KEY": "your_anon_key",
"SUPABASE_USE_PKCE": "true"
}

4
.gitignore vendored
View file

@ -48,6 +48,10 @@ app.*.map.json
/supabase_migration.sql /supabase_migration.sql
/TPB_APP_CHECKLIST.md /TPB_APP_CHECKLIST.md
# Local run configuration with secrets
/.vscode/launch.json
/.env/flutter_defines.json
# Local testing artifacts # Local testing artifacts
/flutter_*.png /flutter_*.png
/devtools_options.yaml /devtools_options.yaml