Scaffold monorepo dev setup
This commit is contained in:
commit
d2a09e095a
47 changed files with 1033 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.DS_Store
|
||||
.node-version
|
||||
.bun
|
||||
bun.lockb
|
||||
node_modules/
|
||||
dist/
|
||||
.env
|
||||
.env.*
|
||||
coverage/
|
||||
logs/
|
||||
.tmp/
|
||||
AGENTS.md
|
||||
PLAN.md
|
||||
CODING_STYLE.md
|
||||
RESEARCH.md
|
||||
README.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue