From d813a080f548a5f20a62ac14e1bb64f3d7007e67 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Mon, 7 Aug 2023 23:02:40 +0200 Subject: [PATCH] doc --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e7d7252..4971abb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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