bundlewrap/bundles/archive/README.md
mwiegand 3d334dfcaf wip
2021-06-19 21:54:30 +02:00

10 lines
121 B
Markdown

```
defaults = {
'archive': {
'exclude': [
'\.cache/',
'\.log$',
],
},
}
```