diff options
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 |