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 .idea
.temp .temp
.vite_opt_cache .vite_opt_cache
.vscode
dist dist
cache cache
temp 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", "repository": "github:vuejs/vitepress",
"license": "MIT", "license": "MIT",
"author": "Evan You", "author": "Evan You",
"funding": "https://opencollective.com/vuejs",
"type": "module", "type": "module",
"exports": { "exports": {
".": { ".": {

Loading…
Cancel
Save