Filter paths using .gitignore patterns.
See:
Attributes
- Note
-
Paths representing directories MUST end with a slash, paths representing files MUST NOT end with a slash.
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Check whether path should be allowed
Check whether path should be allowed
Value parameters
- isDirectory
-
true if this path represents a directory (folder), false otherwise
- path
-
path representes as a sequence of parts
Attributes
- Returns
-
true if path should be allowed
Check whether path should be allowed
Check whether path should be allowed
Value parameters
- path
-
path may end with slash [/] only if it denotes a directory
Attributes
- Returns
-
true if path should be allowed
Check whether path should be ignored
Check whether path should be ignored
Value parameters
- isDirectory
-
true if this path represents a directory (folder), false otherwise
- path
-
path representes as a sequence of parts
Attributes
- Returns
-
true if path should be ignored
Check whether path should be ignored
Check whether path should be ignored
Value parameters
- path
-
path may end with slash [/] only if it denotes a directory
Attributes
- Returns
-
true if path should be ignored