org.encalmo.utils.GitIgnore
See theGitIgnore companion object
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
-
trait Matchable
class Any
Show all
Members list
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