mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-08-26 07:26:51 +00:00
* bump for updating branding * Bugfix/testing-potential-fix (#31) * removes the problem * sdfhgdf * change to no-referrer-when-downgrade * Start of fixes for price check (#36) * feat: Adds new trade web api Adds types for trade api * fix lint * push edits * Add basic items to items.ndjson * Added images from old items files * Fix armor values * WOOO * bump version
42 lines
657 B
Plaintext
42 lines
657 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "renderer",
|
|
"path": "renderer"
|
|
},
|
|
{
|
|
"name": "main",
|
|
"path": "main"
|
|
},
|
|
{
|
|
"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"
|
|
]
|
|
}
|
|
} |