-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: more changes for pub dev publishing
- Loading branch information
1 parent
d961d4b
commit 39302d2
Showing
4 changed files
with
638 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Build outputs | ||
build/* | ||
|
||
# tools unnecessary for end user | ||
tool/* | ||
|
||
# Created by `dart pub` | ||
.dart_tool/ | ||
|
||
# IDE related | ||
.idea/ | ||
.vscode/ | ||
**/.vscode/ | ||
|
||
# MacOS | ||
**.DS_Store | ||
|
||
# sonar, renovate and ci | ||
sonar-project.properties | ||
renovate.json | ||
scripts/* | ||
ci/* | ||
|
||
# dart / flutter / fvm | ||
/pubspec.lock | ||
.fvm/ | ||
.fvmrc | ||
|
||
# images | ||
example/gallery/* | ||
|
||
# generated files | ||
**/*.mocks.dart | ||
|
||
# Testing | ||
coverage/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.