chore: ignore Flutter mobile/build output
Co-authored-by: okuma <o0kuma@users.noreply.github.com>
This commit is contained in:
parent
4a39bc7b7d
commit
0f42ef806a
|
|
@ -17,3 +17,8 @@ __pycache__/
|
||||||
|
|
||||||
# Go build output (core-backend/)
|
# Go build output (core-backend/)
|
||||||
/core-backend/core-backend
|
/core-backend/core-backend
|
||||||
|
|
||||||
|
# Flutter build output (use Docker multi-stage or Dockerfile.prebuilt locally)
|
||||||
|
mobile/build/
|
||||||
|
mobile/.dart_tool/
|
||||||
|
mobile/.flutter-plugins-dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue