WIP: frontend/integrate-vuejs #20

Draft
Phil wants to merge 2 commits from frontend/integrate-vuejs into main
2 changed files with 27 additions and 0 deletions
Showing only changes of commit 8fcb946379 - Show all commits

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
* text=auto eol=lf

26
.gitignore vendored
View file

@ -1,3 +1,29 @@
# Frontend gitignore
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/.DS_Store
frontend/dist
frontend/dist-ssr
frontend/coverage
frontend/*.local
frontend/cypress/videos/
frontend/cypress/screenshots/
frontend/.idea
frontend/*.suo
frontend/*.ntvs*
frontend/*.njsproj
frontend/*.sln
frontend/*.sw?
frontend/*.tsbuildinfo
frontend/.vscode
frontend/package-lock.json
# Binaries for programs and plugins
*.exe
*.exe~