Handbook
Glossary
load-gitignore ( path -- gitignore )
Vocabulary
gitignore
Inputs
path
an
object
Outputs
gitignore
an
object
Definition
USING:
io.encodings.utf8
io.files
;
IN:
gitignore
:
load-gitignore
( path -- gitignore )
utf8
file-lines
parse-gitignore
;