diff options
author | Joel Winarske <joel.winarske@gmail.com> | 2024-09-05 15:42:22 -0700 |
---|---|---|
committer | Joel Winarske <joel.winarske@gmail.com> | 2024-09-05 16:04:30 -0700 |
commit | 15093ee4880d535c65faed929801c2d79d1a212c (patch) | |
tree | ea5ddf1abdea8d3d77d3537f5b06dd6cb3d91f28 /.gitignore | |
parent | 4a6dd91a1e1c7821eae1668449885a8c04825071 (diff) |
Flutter SDK 3.24.1HEADtrout_19.90.0trout/19.90.019.90.0master
-update packages
-format files
-fix analyze issues
Change-Id: I9eb84f1bca7623ce676695904f172aff127c8ced
Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -8,6 +8,7 @@ .buildlog/ .history .svn/ +migrate_working_dir/ # IntelliJ related *.iml @@ -18,7 +19,7 @@ # The .vscode folder contains launch configuration and tasks you configure in # VS Code which you may wish to be included in version control, so this line # is commented out by default. -#.vscode/ +.vscode/ # Flutter/Dart/Pub related **/doc/api/ @@ -30,12 +31,6 @@ .pub-cache/ .pub/ /build/ -/engine_sdk/ -libapp.so -pubspec.lock - -# Web related -lib/generated_plugin_registrant.dart # Symbolication related app.*.symbols @@ -48,5 +43,4 @@ app.*.map.json /android/app/profile /android/app/release -# the linux folder should be present when building for AGL -linux/ +.desktop-homescreen |