1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:49:42 +00:00
This commit is contained in:
deadc0de6
2023-08-07 23:02:40 +02:00
committed by deadc0de
parent 80b49ac5e6
commit d813a080f5

8
CONTRIBUTING.md vendored
View File

@@ -168,17 +168,23 @@ dynvariables:
* will then match each file that is different
within the directory against the ignore patterns
before printing
* patterns are matched against both files
(in dotpath and in filesystem)
**import**
* for files, match with ignore directly
* uses `shutil.copytree` with a callback
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**
* recursively process each files and
match against the ignore pattern
* patterns are matched against both files
(in dotpath and in filesystem)
**update**
@@ -187,6 +193,8 @@ dynvariables:
* will then match each file that is different
within the directory against the ignore patterns
before printing
* patterns are matched against both files
(in dotpath and in filesystem)
# Testing