Initialize a Vue 3 project
This commit is contained in:
parent
c2f8e74c2f
commit
c688bf1cda
15 changed files with 1217 additions and 1 deletions
29
.gitignore
vendored
29
.gitignore
vendored
|
|
@ -1 +1,30 @@
|
|||
# Nix/Direnv
|
||||
/.direnv/
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# Dependencies
|
||||
node_modules
|
||||
|
||||
# Build output
|
||||
dist
|
||||
dist-ssr
|
||||
*.local
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue