Compare commits

..

No commits in common. "c8aeba38bab74183634d2b953b585435afe4a81c" and "382cc3d844bf0af7c46492907f8a9a78fadc25d0" have entirely different histories.

3 changed files with 1 additions and 15 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.vscode
.idea .idea
node_modules node_modules
dist dist

View File

@ -1,11 +0,0 @@
{
"recommendations": [
"2gua.rainbow-brackets",
"christian-kohler.npm-intellisense",
"remimarsal.prettier-now",
"svelte.svelte-vscode",
"antfu.i18n-ally",
"fivethree.vscode-svelte-snippets"
],
"unwantedRecommendations": []
}

View File

@ -1,4 +0,0 @@
{
"i18n-ally.localesPaths": "src/locales",
"i18n-ally.keystyle": "nested"
}