Okinea Dev 4 weeks ago committed by GitHub
commit 0275bc5de3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.gitignore vendored

@ -7,7 +7,6 @@
.idea
.temp
.vite_opt_cache
.vscode
dist
cache
temp

@ -0,0 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode"]
}

@ -0,0 +1,9 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"github.copilot.chat.commitMessageGeneration.instructions": [
{ "file": ".github/commit-convention.md" }
],
"typescript.tsdk": "node_modules/typescript/lib"
}

@ -14,6 +14,7 @@
"repository": "github:vuejs/vitepress",
"license": "MIT",
"author": "Evan You",
"funding": "https://opencollective.com/vuejs",
"type": "module",
"exports": {
".": {

Loading…
Cancel
Save