Skip to content

Commit 5d74ed6

Browse files
committed
add protected_dirs config to README
1 parent 83b8cf9 commit 5d74ed6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,15 @@ post_hooks:
157157
- "black ."
158158
```
159159

160+
### protected_dirs
161+
162+
Specify directories to preserve when updating the client.
163+
164+
```yaml
165+
protected_dirs:
166+
- "util"
167+
- "cli"
168+
```
169+
160170
[changelog.md]: CHANGELOG.md
161171
[poetry]: https://python-poetry.org/

0 commit comments

Comments
 (0)