mirror of
https://github.com/thepaperpilot/The-Modding-Tree.git
synced 2025-02-07 18:41:36 +00:00
24 lines
426 B
Text
24 lines
426 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "./",
|
|
"folder_exclude_patterns": [
|
|
"node_modules",
|
|
"js/Demo",
|
|
"Old Things",
|
|
"docs"
|
|
],
|
|
"file_exclude_patterns": [
|
|
".eslintrc.js",
|
|
".tern-project",
|
|
"package.json",
|
|
"package-lock.json"
|
|
]
|
|
}
|
|
],
|
|
"settings": {
|
|
"buildview.enabled": true,
|
|
"buildview.scroll": "top"
|
|
},
|
|
"build_systems": []
|
|
}
|