chore(dev): add local-only launch/define workflow and ignore secret define file
This commit is contained in:
parent
25e0ade7a6
commit
60319e1d39
2 changed files with 9 additions and 0 deletions
5
.env/flutter_defines.example.json
Normal file
5
.env/flutter_defines.example.json
Normal 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
4
.gitignore
vendored
|
|
@ -48,6 +48,10 @@ app.*.map.json
|
|||
/supabase_migration.sql
|
||||
/TPB_APP_CHECKLIST.md
|
||||
|
||||
# Local run configuration with secrets
|
||||
/.vscode/launch.json
|
||||
/.env/flutter_defines.json
|
||||
|
||||
# Local testing artifacts
|
||||
/flutter_*.png
|
||||
/devtools_options.yaml
|
||||
Loading…
Reference in a new issue