diff --git a/.gitignore b/.gitignore index b3e0a5d15..830567314 100644 --- a/.gitignore +++ b/.gitignore @@ -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,9 +31,14 @@ .pub-cache/ .pub/ /build/ -# If you're building an application, you may want to check-in your pubspec.lock +/coverage/ pubspec.lock +# Linux related +generated_plugin_registrant.* +generated_plugins.cmake +**/flutter/ephemeral/ + # Web related lib/generated_plugin_registrant.dart @@ -47,4 +53,5 @@ app.*.map.json /android/app/profile /android/app/release -.vscode/ \ No newline at end of file +# Goldens +test/**/failures/*.png diff --git a/.metadata b/.metadata index 69c1492f0..fd933d6eb 100644 --- a/.metadata +++ b/.metadata @@ -4,7 +4,7 @@ # This file should be version controlled and should not be manually edited. version: - revision: 45a6bb71c7208c42a4f9430588f62d39564fe321 - channel: master + revision: d9111f64021372856901a1fd5bfbc386cade3318 + channel: stable -project_type: app +project_type: package