15 lines
234 B
Plaintext
15 lines
234 B
Plaintext
exclude = [
|
|
"**/.git/**",
|
|
"**/.svn/**",
|
|
"**/.hg/**",
|
|
"**/target/**",
|
|
"**/node_modules/**",
|
|
"**/dist/**",
|
|
"**/build/**",
|
|
]
|
|
max_size = 10485760
|
|
max_depth = 20
|
|
output = "both"
|
|
hidden = false
|
|
no_ignore = false
|