chore(gitignore): ignore local screenshot and devtools artifacts
This commit is contained in:
parent
59aa8e5040
commit
4f0c98dc44
1 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -47,3 +47,7 @@ app.*.map.json
|
||||||
/TPB.md
|
/TPB.md
|
||||||
/supabase_migration.sql
|
/supabase_migration.sql
|
||||||
/TPB_APP_CHECKLIST.md
|
/TPB_APP_CHECKLIST.md
|
||||||
|
|
||||||
|
# Local testing artifacts
|
||||||
|
/flutter_*.png
|
||||||
|
/devtools_options.yaml
|
||||||
Loading…
Reference in a new issue