mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
## Description **What(what issue does this code solve/what feature does it add):** Add a qwik project where we can add API(s) and a frontend which will be used to review and deploy to AWS our docker containers for testing. **How(how does it solve it):** 1. Initialise a qwik project at `apps/www` ## Required Checklist: - [ ] I have added any necessary documentation and comments in my code (where appropriate) - [ ] I have added tests to make sure my code runs in all contexts ## Further comments
45 lines
397 B
Plaintext
45 lines
397 B
Plaintext
# 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
|
|
|
|
# Vercel
|
|
.vercel
|