bundlewrap/bundles/archive/README.md
mwiegand fb113d1557 wip
2021-06-19 23:44:16 +02:00

12 lines
168 B
Markdown

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