Kate
1 year ago
committed by
GitHub
21 changed files with 59 additions and 410 deletions
@ -1,6 +1,15 @@ |
|||||||
/.dart_tool/ |
.dart_tool |
||||||
/pubspec.lock |
pubspec.lock |
||||||
|
|
||||||
|
packages/**/.idea |
||||||
|
packages/**/*.iml |
||||||
|
packages/**/.flutter-plugins |
||||||
|
packages/**/.flutter-plugins-dependencies |
||||||
packages/**/coverage |
packages/**/coverage |
||||||
|
packages/**/build |
||||||
|
packages/**/doc/api |
||||||
|
|
||||||
|
!packages/app/pubspec.lock |
||||||
|
|
||||||
# Melos reccomends not adding them to vcs but we need them as we don't use melos in CI |
# Melos reccomends not adding them to vcs but we need them as we don't use melos in CI |
||||||
# **/pubspec_overrides.yaml |
# **/pubspec_overrides.yaml |
||||||
|
@ -1,48 +0,0 @@ |
|||||||
# Miscellaneous |
|
||||||
*.class |
|
||||||
*.log |
|
||||||
*.pyc |
|
||||||
*.swp |
|
||||||
.DS_Store |
|
||||||
.atom/ |
|
||||||
.buildlog/ |
|
||||||
.history |
|
||||||
.svn/ |
|
||||||
|
|
||||||
# IntelliJ related |
|
||||||
*.iml |
|
||||||
*.ipr |
|
||||||
*.iws |
|
||||||
.idea/ |
|
||||||
|
|
||||||
# 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/ |
|
||||||
|
|
||||||
# Flutter/Dart/Pub related |
|
||||||
**/doc/api/ |
|
||||||
**/ios/Flutter/.last_build_id |
|
||||||
.dart_tool/ |
|
||||||
.flutter-plugins |
|
||||||
.flutter-plugins-dependencies |
|
||||||
.packages |
|
||||||
.pub-cache/ |
|
||||||
.pub/ |
|
||||||
/build/ |
|
||||||
|
|
||||||
# Web related |
|
||||||
lib/generated_plugin_registrant.dart |
|
||||||
|
|
||||||
# Symbolication related |
|
||||||
app.*.symbols |
|
||||||
|
|
||||||
# Obfuscation related |
|
||||||
app.*.map.json |
|
||||||
|
|
||||||
# Android Studio will place build artifacts here |
|
||||||
/android/app/debug |
|
||||||
/android/app/profile |
|
||||||
/android/app/release |
|
||||||
|
|
||||||
.flatpak-builder/ |
|
@ -0,0 +1,33 @@ |
|||||||
|
# This file tracks properties of this Flutter project. |
||||||
|
# Used by Flutter tool to assess capabilities and perform upgrades etc. |
||||||
|
# |
||||||
|
# This file should be version controlled and should not be manually edited. |
||||||
|
|
||||||
|
version: |
||||||
|
revision: "ead455963c12b453cdb2358cad34969c76daf180" |
||||||
|
channel: "stable" |
||||||
|
|
||||||
|
project_type: app |
||||||
|
|
||||||
|
# Tracks metadata for the flutter migrate command |
||||||
|
migration: |
||||||
|
platforms: |
||||||
|
- platform: root |
||||||
|
create_revision: ead455963c12b453cdb2358cad34969c76daf180 |
||||||
|
base_revision: ead455963c12b453cdb2358cad34969c76daf180 |
||||||
|
- platform: android |
||||||
|
create_revision: ead455963c12b453cdb2358cad34969c76daf180 |
||||||
|
base_revision: ead455963c12b453cdb2358cad34969c76daf180 |
||||||
|
- platform: linux |
||||||
|
create_revision: ead455963c12b453cdb2358cad34969c76daf180 |
||||||
|
base_revision: ead455963c12b453cdb2358cad34969c76daf180 |
||||||
|
|
||||||
|
# User provided section |
||||||
|
|
||||||
|
# List of Local paths (relative to this file) that should be |
||||||
|
# ignored by the migrate tool. |
||||||
|
# |
||||||
|
# Files that are not part of the templates will be ignored by default. |
||||||
|
unmanaged_files: |
||||||
|
- 'lib/main.dart' |
||||||
|
- 'ios/Runner.xcodeproj/project.pbxproj' |
@ -1,12 +0,0 @@ |
|||||||
# Files and directories created by pub. |
|
||||||
.dart_tool/ |
|
||||||
.packages |
|
||||||
|
|
||||||
# Conventional directory for build outputs. |
|
||||||
build/ |
|
||||||
|
|
||||||
# Omit committing pubspec.lock for library packages; see |
|
||||||
# https://dart.dev/guides/libraries/private-files#pubspeclock. |
|
||||||
pubspec.lock |
|
||||||
|
|
||||||
coverage/ |
|
@ -1,8 +0,0 @@ |
|||||||
# https://dart.dev/guides/libraries/private-files |
|
||||||
# Created by `dart pub` |
|
||||||
.dart_tool/ |
|
||||||
build/ |
|
||||||
|
|
||||||
# Avoid committing pubspec.lock for library packages; see |
|
||||||
# https://dart.dev/guides/libraries/private-files#pubspeclock. |
|
||||||
pubspec.lock |
|
@ -1,10 +0,0 @@ |
|||||||
# Files and directories created by pub. |
|
||||||
.dart_tool/ |
|
||||||
.packages |
|
||||||
|
|
||||||
# Conventional directory for build outputs. |
|
||||||
build/ |
|
||||||
|
|
||||||
# Omit committing pubspec.lock for library packages; see |
|
||||||
# https://dart.dev/guides/libraries/private-files#pubspeclock. |
|
||||||
pubspec.lock |
|
@ -1,48 +0,0 @@ |
|||||||
# Miscellaneous |
|
||||||
*.class |
|
||||||
*.log |
|
||||||
*.pyc |
|
||||||
*.swp |
|
||||||
.DS_Store |
|
||||||
.atom/ |
|
||||||
.buildlog/ |
|
||||||
.history |
|
||||||
.svn/ |
|
||||||
|
|
||||||
# IntelliJ related |
|
||||||
*.iml |
|
||||||
*.ipr |
|
||||||
*.iws |
|
||||||
.idea/ |
|
||||||
|
|
||||||
# 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/ |
|
||||||
|
|
||||||
# Flutter/Dart/Pub related |
|
||||||
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock. |
|
||||||
/pubspec.lock |
|
||||||
**/doc/api/ |
|
||||||
**/ios/Flutter/.last_build_id |
|
||||||
.dart_tool/ |
|
||||||
.flutter-plugins |
|
||||||
.flutter-plugins-dependencies |
|
||||||
.packages |
|
||||||
.pub-cache/ |
|
||||||
.pub/ |
|
||||||
/build/ |
|
||||||
|
|
||||||
# Web related |
|
||||||
lib/generated_plugin_registrant.dart |
|
||||||
|
|
||||||
# Symbolication related |
|
||||||
app.*.symbols |
|
||||||
|
|
||||||
# Obfuscation related |
|
||||||
app.*.map.json |
|
||||||
|
|
||||||
# Android Studio will place build artifacts here |
|
||||||
/android/app/debug |
|
||||||
/android/app/profile |
|
||||||
/android/app/release |
|
@ -1,30 +1,10 @@ |
|||||||
# This file tracks properties of this Flutter project. |
# This file tracks properties of this Flutter project. |
||||||
# Used by Flutter tool to assess capabilities and perform upgrades etc. |
# Used by Flutter tool to assess capabilities and perform upgrades etc. |
||||||
# |
# |
||||||
# This file should be version controlled. |
# This file should be version controlled and should not be manually edited. |
||||||
|
|
||||||
version: |
version: |
||||||
revision: f1875d570e39de09040c8f79aa13cc56baab8db1 |
revision: "ead455963c12b453cdb2358cad34969c76daf180" |
||||||
channel: stable |
channel: "stable" |
||||||
|
|
||||||
project_type: app |
project_type: package |
||||||
|
|
||||||
# Tracks metadata for the flutter migrate command |
|
||||||
migration: |
|
||||||
platforms: |
|
||||||
- platform: root |
|
||||||
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1 |
|
||||||
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1 |
|
||||||
- platform: android |
|
||||||
create_revision: f1875d570e39de09040c8f79aa13cc56baab8db1 |
|
||||||
base_revision: f1875d570e39de09040c8f79aa13cc56baab8db1 |
|
||||||
|
|
||||||
# User provided section |
|
||||||
|
|
||||||
# List of Local paths (relative to this file) that should be |
|
||||||
# ignored by the migrate tool. |
|
||||||
# |
|
||||||
# Files that are not part of the templates will be ignored by default. |
|
||||||
unmanaged_files: |
|
||||||
- 'lib/main.dart' |
|
||||||
- 'ios/Runner.xcodeproj/project.pbxproj' |
|
||||||
|
@ -1,48 +0,0 @@ |
|||||||
# Miscellaneous |
|
||||||
*.class |
|
||||||
*.log |
|
||||||
*.pyc |
|
||||||
*.swp |
|
||||||
.DS_Store |
|
||||||
.atom/ |
|
||||||
.buildlog/ |
|
||||||
.history |
|
||||||
.svn/ |
|
||||||
|
|
||||||
# IntelliJ related |
|
||||||
*.iml |
|
||||||
*.ipr |
|
||||||
*.iws |
|
||||||
.idea/ |
|
||||||
|
|
||||||
# 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/ |
|
||||||
|
|
||||||
# Flutter/Dart/Pub related |
|
||||||
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock. |
|
||||||
/pubspec.lock |
|
||||||
**/doc/api/ |
|
||||||
**/ios/Flutter/.last_build_id |
|
||||||
.dart_tool/ |
|
||||||
.flutter-plugins |
|
||||||
.flutter-plugins-dependencies |
|
||||||
.packages |
|
||||||
.pub-cache/ |
|
||||||
.pub/ |
|
||||||
/build/ |
|
||||||
|
|
||||||
# Web related |
|
||||||
lib/generated_plugin_registrant.dart |
|
||||||
|
|
||||||
# Symbolication related |
|
||||||
app.*.symbols |
|
||||||
|
|
||||||
# Obfuscation related |
|
||||||
app.*.map.json |
|
||||||
|
|
||||||
# Android Studio will place build artifacts here |
|
||||||
/android/app/debug |
|
||||||
/android/app/profile |
|
||||||
/android/app/release |
|
@ -1,48 +0,0 @@ |
|||||||
# Miscellaneous |
|
||||||
*.class |
|
||||||
*.log |
|
||||||
*.pyc |
|
||||||
*.swp |
|
||||||
.DS_Store |
|
||||||
.atom/ |
|
||||||
.buildlog/ |
|
||||||
.history |
|
||||||
.svn/ |
|
||||||
|
|
||||||
# IntelliJ related |
|
||||||
*.iml |
|
||||||
*.ipr |
|
||||||
*.iws |
|
||||||
.idea/ |
|
||||||
|
|
||||||
# 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/ |
|
||||||
|
|
||||||
# Flutter/Dart/Pub related |
|
||||||
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock. |
|
||||||
/pubspec.lock |
|
||||||
**/doc/api/ |
|
||||||
**/ios/Flutter/.last_build_id |
|
||||||
.dart_tool/ |
|
||||||
.flutter-plugins |
|
||||||
.flutter-plugins-dependencies |
|
||||||
.packages |
|
||||||
.pub-cache/ |
|
||||||
.pub/ |
|
||||||
/build/ |
|
||||||
|
|
||||||
# Web related |
|
||||||
lib/generated_plugin_registrant.dart |
|
||||||
|
|
||||||
# Symbolication related |
|
||||||
app.*.symbols |
|
||||||
|
|
||||||
# Obfuscation related |
|
||||||
app.*.map.json |
|
||||||
|
|
||||||
# Android Studio will place build artifacts here |
|
||||||
/android/app/debug |
|
||||||
/android/app/profile |
|
||||||
/android/app/release |
|
@ -1,48 +0,0 @@ |
|||||||
# Miscellaneous |
|
||||||
*.class |
|
||||||
*.log |
|
||||||
*.pyc |
|
||||||
*.swp |
|
||||||
.DS_Store |
|
||||||
.atom/ |
|
||||||
.buildlog/ |
|
||||||
.history |
|
||||||
.svn/ |
|
||||||
|
|
||||||
# IntelliJ related |
|
||||||
*.iml |
|
||||||
*.ipr |
|
||||||
*.iws |
|
||||||
.idea/ |
|
||||||
|
|
||||||
# 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/ |
|
||||||
|
|
||||||
# Flutter/Dart/Pub related |
|
||||||
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock. |
|
||||||
/pubspec.lock |
|
||||||
**/doc/api/ |
|
||||||
**/ios/Flutter/.last_build_id |
|
||||||
.dart_tool/ |
|
||||||
.flutter-plugins |
|
||||||
.flutter-plugins-dependencies |
|
||||||
.packages |
|
||||||
.pub-cache/ |
|
||||||
.pub/ |
|
||||||
/build/ |
|
||||||
|
|
||||||
# Web related |
|
||||||
lib/generated_plugin_registrant.dart |
|
||||||
|
|
||||||
# Symbolication related |
|
||||||
app.*.symbols |
|
||||||
|
|
||||||
# Obfuscation related |
|
||||||
app.*.map.json |
|
||||||
|
|
||||||
# Android Studio will place build artifacts here |
|
||||||
/android/app/debug |
|
||||||
/android/app/profile |
|
||||||
/android/app/release |
|
@ -1,48 +0,0 @@ |
|||||||
# Miscellaneous |
|
||||||
*.class |
|
||||||
*.log |
|
||||||
*.pyc |
|
||||||
*.swp |
|
||||||
.DS_Store |
|
||||||
.atom/ |
|
||||||
.buildlog/ |
|
||||||
.history |
|
||||||
.svn/ |
|
||||||
|
|
||||||
# IntelliJ related |
|
||||||
*.iml |
|
||||||
*.ipr |
|
||||||
*.iws |
|
||||||
.idea/ |
|
||||||
|
|
||||||
# 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/ |
|
||||||
|
|
||||||
# Flutter/Dart/Pub related |
|
||||||
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock. |
|
||||||
/pubspec.lock |
|
||||||
**/doc/api/ |
|
||||||
**/ios/Flutter/.last_build_id |
|
||||||
.dart_tool/ |
|
||||||
.flutter-plugins |
|
||||||
.flutter-plugins-dependencies |
|
||||||
.packages |
|
||||||
.pub-cache/ |
|
||||||
.pub/ |
|
||||||
/build/ |
|
||||||
|
|
||||||
# Web related |
|
||||||
lib/generated_plugin_registrant.dart |
|
||||||
|
|
||||||
# Symbolication related |
|
||||||
app.*.symbols |
|
||||||
|
|
||||||
# Obfuscation related |
|
||||||
app.*.map.json |
|
||||||
|
|
||||||
# Android Studio will place build artifacts here |
|
||||||
/android/app/debug |
|
||||||
/android/app/profile |
|
||||||
/android/app/release |
|
@ -1,12 +0,0 @@ |
|||||||
# Files and directories created by pub. |
|
||||||
.dart_tool/ |
|
||||||
.packages |
|
||||||
|
|
||||||
# Conventional directory for build outputs. |
|
||||||
build/ |
|
||||||
|
|
||||||
# Omit committing pubspec.lock for library packages; see |
|
||||||
# https://dart.dev/guides/libraries/private-files#pubspeclock. |
|
||||||
pubspec.lock |
|
||||||
|
|
||||||
coverage/ |
|
@ -1,12 +0,0 @@ |
|||||||
# Files and directories created by pub. |
|
||||||
.dart_tool/ |
|
||||||
.packages |
|
||||||
|
|
||||||
# Conventional directory for build outputs. |
|
||||||
build/ |
|
||||||
|
|
||||||
# Omit committing pubspec.lock for library packages; see |
|
||||||
# https://dart.dev/guides/libraries/private-files#pubspeclock. |
|
||||||
pubspec.lock |
|
||||||
|
|
||||||
coverage/ |
|
@ -1,32 +0,0 @@ |
|||||||
# Miscellaneous |
|
||||||
*.class |
|
||||||
*.log |
|
||||||
*.pyc |
|
||||||
*.swp |
|
||||||
.DS_Store |
|
||||||
.atom/ |
|
||||||
.buildlog/ |
|
||||||
.history |
|
||||||
.svn/ |
|
||||||
migrate_working_dir/ |
|
||||||
|
|
||||||
# IntelliJ related |
|
||||||
*.iml |
|
||||||
*.ipr |
|
||||||
*.iws |
|
||||||
.idea/ |
|
||||||
|
|
||||||
# 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/ |
|
||||||
|
|
||||||
# Flutter/Dart/Pub related |
|
||||||
# Libraries should not include pubspec.lock, per https://dart.dev/guides/libraries/private-files#pubspeclock. |
|
||||||
/pubspec.lock |
|
||||||
**/doc/api/ |
|
||||||
.dart_tool/ |
|
||||||
.packages |
|
||||||
build/ |
|
||||||
|
|
||||||
coverage/ |
|
Loading…
Reference in new issue