feat: initialize Nuxt official website
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Nuxt build output
|
||||
.nuxt/
|
||||
.output/
|
||||
dist/
|
||||
|
||||
# Local environment files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Local logs and caches
|
||||
*.log
|
||||
.cache/
|
||||
coverage/
|
||||
|
||||
# Editor and operating system files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
Reference in New Issue
Block a user