Skip to content

Commit

Permalink
feat: remove document.json from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdchan committed Aug 15, 2022
1 parent 81d4c8d commit 0def9e8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 250 deletions.
245 changes: 0 additions & 245 deletions frontend/app_flowy/packages/flowy_editor/example/assets/document.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
publish_to: "none" # Remove this line if you wish to publish to pub.dev

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
Expand All @@ -30,7 +30,6 @@ dependencies:
flutter:
sdk: flutter


# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
Expand Down Expand Up @@ -58,15 +57,13 @@ dev_dependencies:

# The following section is specific to Flutter packages.
flutter:

# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true

# To add assets to your application, add an assets section, like this:
assets:
- document.json
- example.json
- big_document.json
# - images/a_dot_ham.jpeg
Expand Down
1 change: 0 additions & 1 deletion frontend/app_flowy/packages/flowy_editor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ flutter:
- assets/images/toolbar/
- assets/images/popup_list/
- assets/images/
- assets/document.json
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
Expand Down

0 comments on commit 0def9e8

Please sign in to comment.