Initial Vue based site

This commit is contained in:
Starystars67
2023-12-13 17:54:29 +00:00
parent 8dcd6d723f
commit 5d2b86d27e
40 changed files with 7119 additions and 0 deletions

25
.gitignore vendored
View File

@@ -104,3 +104,28 @@ dist
.tern-port
*.exe
*.zip
# Logs
frontend/logs
frontend/*.log
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*
frontend/pnpm-debug.log*
frontend/lerna-debug.log*
frontend/node_modules
frontend/dist
frontend/dist-ssr
frontend/*.local
# Editor directories and files
frontend/.vscode/*
frontend/!.vscode/extensions.json
frontend/.idea
frontend/.DS_Store
frontend/*.suo
frontend/*.ntvs*
frontend/*.njsproj
frontend/*.sln
frontend/*.sw?