Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Commit

Permalink
There's no way to avoid having the generated files in a repo if we wa…
Browse files Browse the repository at this point in the history
…nt the publish to be sucessful, see dart-lang/pub#2222
  • Loading branch information
ivoleitao committed Jan 16, 2021
1 parent 301e395 commit f442c5e
Show file tree
Hide file tree
Showing 13 changed files with 649 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ build/
# If you're building an application, you may want to check-in your pubspec.lock
pubspec.lock

# Generated Dart files
**/*.g.dart

# Directory created by dartdoc
# If you don't generate documentation locally you can remove this line.
doc/api/
Expand Down
18 changes: 18 additions & 0 deletions lib/src/context.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions lib/src/model/comment.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

77 changes: 77 additions & 0 deletions lib/src/model/info.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 74 additions & 0 deletions lib/src/model/input.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions lib/src/model/output.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 63 additions & 0 deletions lib/src/model/playlist.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 74 additions & 0 deletions lib/src/model/render_pass.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f442c5e

Please sign in to comment.