added web-app and landing
This commit is contained in:
parent
af031877a5
commit
769fa105b8
198 changed files with 22132 additions and 10 deletions
56
web-app/.gitignore
vendored
Normal file
56
web-app/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# Dependency directories
|
||||
node_modules
|
||||
.pnpm-store
|
||||
|
||||
# Build output
|
||||
/dist
|
||||
/dist-ssr
|
||||
storybook-static
|
||||
coverage
|
||||
|
||||
# Cache & temp directories
|
||||
.cache
|
||||
.tmp
|
||||
.temp
|
||||
.vite
|
||||
.vite-inspect
|
||||
.eslintcache
|
||||
.stylelintcache
|
||||
|
||||
# OS metadata
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Local env files
|
||||
.env
|
||||
.env.*.local
|
||||
.env.local
|
||||
*.local
|
||||
|
||||
# Cypress artifacts
|
||||
/cypress/videos/
|
||||
/cypress/screenshots/
|
||||
/cypress/downloads/
|
||||
|
||||
# TypeScript
|
||||
*.tsbuildinfo
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.iml
|
||||
*.sw?
|
||||
Loading…
Add table
Add a link
Reference in a new issue