8 lines
81 B
TOML
8 lines
81 B
TOML
[files]
|
|
extend-exclude = [
|
|
"**",
|
|
"!cli/**",
|
|
"!tpl/**",
|
|
"!autoload.php"
|
|
]
|