WIP; Vue3 project tree

This commit is contained in:
2023-02-28 13:57:08 +01:00
parent a7b2dbf4bc
commit 3b428f52af
27 changed files with 2486 additions and 10 deletions

25
.gitignore vendored
View File

@@ -2,24 +2,31 @@
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
.DS_Store
dist
dist-ssr
coverage
*.local
/cypress/videos/
/cypress/screenshots/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.#*