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

121 B

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