Rename frontend dir, update README.

This commit is contained in:
Leo Vasanko
2023-11-11 14:54:30 +00:00
parent 5d32396127
commit 82bc449bbc
93 changed files with 5 additions and 3 deletions

33
frontend/.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# No locking
package-lock.json
yarn.lock
node_modules
.DS_Store
dist
dist-ssr
coverage
*.local
components.d.ts
/cypress/videos/
/cypress/screenshots/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?