chore: add Flutter/Dart package artifacts to .gitignore
This commit is contained in:
parent
c5432243dc
commit
2e8ec9efbf
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -20,6 +20,10 @@ apps/portal/build/
|
|||
apps/portal/.flutter-plugins*
|
||||
apps/portal/.packages
|
||||
|
||||
# Flutter/Dart package artifacts
|
||||
**/.dart_tool/
|
||||
packages/*/pubspec.lock
|
||||
|
||||
# BEGIN Agent-Ops managed gitignore
|
||||
!agent-task/
|
||||
!agent-task/**/
|
||||
|
|
|
|||
Loading…
Reference in a new issue