Skip to content

Commit db57d9b

Browse files
committed
remove unnecessary assets/priv_key.bin
It was needed, but not anymore
1 parent b5243b9 commit db57d9b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,4 @@ app.*.map.json
4141
/android/app/debug
4242
/android/app/profile
4343
/android/app/release
44-
.vscode
45-
46-
assets/priv_key.bin
44+
.vscode

pubspec.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,4 @@ flutter:
9898
# weight: 700
9999
#
100100
# For details regarding fonts from package dependencies,
101-
# see https://flutter.dev/custom-fonts/#from-packages
102-
assets:
103-
- assets/priv_key.bin
101+
# see https://flutter.dev/custom-fonts/#from-packages

0 commit comments

Comments
 (0)