Why: establish baseline web runtime scaffold before wave implementation. What: add react app structure, docker runtime assets, docs runbooks, and ignore policy updates. Rule: keep technical intent and repository workflow compliance.
16 lines
168 B
Plaintext
16 lines
168 B
Plaintext
.repo-tasks/
|
|
.repo-context/
|
|
.tasks/
|
|
.agile/
|
|
node_modules/
|
|
dist/
|
|
.vite/
|
|
*.local
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|