feat: add qwik app

This commit is contained in:
Mauricio Siu
2024-06-30 19:39:58 -06:00
parent ba03290553
commit 1b571d4c12
25 changed files with 4148 additions and 0 deletions

41
qwik-simple/.gitignore vendored Normal file
View File

@@ -0,0 +1,41 @@
# Build
/dist
/lib
/lib-types
/server
# Development
node_modules
*.local
# Cache
.cache
.mf
.rollup.cache
tsconfig.tsbuildinfo
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Editor
.vscode/*
!.vscode/launch.json
!.vscode/*.code-snippets
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Yarn
.yarn/*
!.yarn/releases