HooksIgnore class
Constructors
- HooksIgnore.new({required FileHelper fileHelper})
Properties
- fileHelper → FileHelper
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cleanIgnored(
Directory directory) → Future< void> -
loadFromDirectory(
Directory directory) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parsePatterns(
Directory directory, {bool includeGitIgnore = true}) → Future< List< String> > -
shouldIgnore(
String path) → bool -
toString(
) → String -
A string representation of this object.
inherited
-
writeToDirectory(
Directory directory) → Future< File> -
writeToFile(
String path) → Future< File>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- kDotGit → const String
- kGitIgnore → const String
- kHooksIgnore → const String