mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-09 14:39:16 +00:00
doc
This commit is contained in:
8
CONTRIBUTING.md
vendored
8
CONTRIBUTING.md
vendored
@@ -168,17 +168,23 @@ dynvariables:
|
|||||||
* will then match each file that is different
|
* will then match each file that is different
|
||||||
within the directory against the ignore patterns
|
within the directory against the ignore patterns
|
||||||
before printing
|
before printing
|
||||||
|
* patterns are matched against both files
|
||||||
|
(in dotpath and in filesystem)
|
||||||
|
|
||||||
**import**
|
**import**
|
||||||
|
|
||||||
* for files, match with ignore directly
|
* for files, match with ignore directly
|
||||||
* uses `shutil.copytree` with a callback
|
* uses `shutil.copytree` with a callback
|
||||||
that will match each path against the ignore pattern
|
that will match each path against the ignore pattern
|
||||||
|
* the pattern (and negative pattern) will be matched
|
||||||
|
against the path(s) that are being imported
|
||||||
|
|
||||||
**install**
|
**install**
|
||||||
|
|
||||||
* recursively process each files and
|
* recursively process each files and
|
||||||
match against the ignore pattern
|
match against the ignore pattern
|
||||||
|
* patterns are matched against both files
|
||||||
|
(in dotpath and in filesystem)
|
||||||
|
|
||||||
**update**
|
**update**
|
||||||
|
|
||||||
@@ -187,6 +193,8 @@ dynvariables:
|
|||||||
* will then match each file that is different
|
* will then match each file that is different
|
||||||
within the directory against the ignore patterns
|
within the directory against the ignore patterns
|
||||||
before printing
|
before printing
|
||||||
|
* patterns are matched against both files
|
||||||
|
(in dotpath and in filesystem)
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user