-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from ricardoboss/issues/23-ignore-generated-files
Ignore generated mocks and gen folders
- Loading branch information
Showing
5 changed files
with
4 additions
and
294 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,7 @@ pubspec.lock | |
**/doc/api/ | ||
.dart_tool/ | ||
build/ | ||
|
||
# ignore generated files | ||
gen/ | ||
*.mocks.dart |
78 changes: 0 additions & 78 deletions
78
...bstractions/test/authentication/base_bearer_token_authentication_provider_test.mocks.dart
This file was deleted.
Oops, something went wrong.
158 changes: 0 additions & 158 deletions
158
packages/kiota_abstractions/test/request_builder_test.mocks.dart
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
packages/kiota_abstractions/test/request_information_test.mocks.dart
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
packages/kiota_abstractions/test/store/in_memory_backing_store_test.mocks.dart
This file was deleted.
Oops, something went wrong.