mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-12-12 02:56:36 +00:00
* Features/prettier (#43) * prettier cause of course * Adds prettier and item parsing * lint * lint 23 * Features/addAnonVodkaPython (#45) * lots of json * add width and height update files * ignore * update stats * remove ward and pseudo stats * Add option to always close overlay (#48) Fixes #47 I haven't tested this, but it should work fine. * Features/updateParser (#53) * logs * Kinda sorta works? * switch chaos to ex * adds flasks and whetstone * Fix charms * update phys rune * add todo * cleanup * add pull script * Trade tag and icons for bulk items (#54) * Append trade tag and icon for bulk items * Update items * update json * update images & add ref images for later * bump version * fix uncut gems #58
46 lines
741 B
Plaintext
46 lines
741 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "renderer",
|
|
"path": "renderer"
|
|
},
|
|
{
|
|
"name": "main",
|
|
"path": "main"
|
|
},
|
|
{
|
|
"name": "DataStore",
|
|
"path": "./renderer/public/.DS_Store"
|
|
},
|
|
{
|
|
"name": "docs",
|
|
"path": "docs"
|
|
},
|
|
{
|
|
"name": "root",
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.exclude": {
|
|
"main/": true,
|
|
"renderer/": true,
|
|
"docs/": true,
|
|
"dist/": true
|
|
},
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": true,
|
|
"conventionalCommits.scopes": [
|
|
"Update to 2"
|
|
],
|
|
"cSpell.words": [
|
|
"edps",
|
|
"ilvl",
|
|
"nonunique",
|
|
"onlineleague",
|
|
"pdps",
|
|
"uniquefoil",
|
|
"WAYSTONE"
|
|
]
|
|
}
|
|
} |