Skip to content

Commit

Permalink
docs: improved [file] documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago committed Jan 23, 2024
1 parent 1f0b52a commit 60dcf73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/mason/lib/src/brick_ignore.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ class BrickIgnore {
);
}

/// The name of the file to be created at the root of the brick.
/// `brick.yaml`
/// The name of the file to be used as the ignore file.
static const file = '.brickignore';

final UnmodifiableListView<Glob> _globs;
Expand Down

0 comments on commit 60dcf73

Please sign in to comment.