mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
12 lines
157 B
Plaintext
12 lines
157 B
Plaintext
{
|
|
"concurrentFiles": 20,
|
|
"excludeGlob": [
|
|
"node_modules/**"
|
|
],
|
|
"includeGlob": [
|
|
"modules/**/*.js"
|
|
],
|
|
"threshold": 10,
|
|
"type": "text"
|
|
}
|