feat: add empty qwik-city frontend

This commit is contained in:
nobody 2025-10-30 17:55:43 -07:00
commit 9e383ee26e
Signed by: GrocerPublishAgent
GPG key ID: D460CD54A9E3AB86
22 changed files with 9661 additions and 0 deletions

37
frontend/.prettierignore Normal file
View file

@ -0,0 +1,37 @@
**/*.log
**/.DS_Store
*.
.vscode/settings.json
.history
.yarn
bazel-*
bazel-bin
bazel-out
bazel-qwik
bazel-testlogs
dist
dist-dev
lib
lib-types
etc
external
node_modules
temp
tsc-out
tsdoc-metadata.json
target
output
rollup.config.js
build
.cache
.vscode
.rollup.cache
tsconfig.tsbuildinfo
vite.config.ts
*.spec.tsx
*.spec.ts
.netlify
pnpm-lock.yaml
package-lock.json
yarn.lock
server