Misc cleanup

master
Oystein Kristoffer Tveit 2022-05-04 23:02:12 +02:00
parent edd3d7c9a9
commit c242d56f41
3 changed files with 12 additions and 3 deletions

13
.gitignore vendored
View File

@ -22,6 +22,7 @@
# Flutter/Dart/Pub related # Flutter/Dart/Pub related
**/doc/api/ **/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/ .dart_tool/
.flutter-plugins .flutter-plugins
.flutter-plugins-dependencies .flutter-plugins-dependencies
@ -33,5 +34,13 @@
# Web related # Web related
lib/generated_plugin_registrant.dart lib/generated_plugin_registrant.dart
# Exceptions to above rules. # Symbolication related
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages app.*.symbols
# Obfuscation related
app.*.map.json
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release

View File

@ -4,7 +4,7 @@
# This file should be version controlled and should not be manually edited. # This file should be version controlled and should not be manually edited.
version: version:
revision: 0b8abb4724aa590dd0f429683339b1e045a1594d revision: 7e9793dee1b85a243edd0e06cb1658e98b077561
channel: stable channel: stable
project_type: app project_type: app

View File