mirror of
https://github.com/vee1e/workorder-desk.git
synced 2026-09-01 09:50:13 +00:00
chore(monorepo): scaffold npm workspaces and tooling
This commit is contained in:
commit
99458eb562
8 changed files with 9397 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
node_modules/
|
||||
dist/
|
||||
coverage/
|
||||
*.log
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.DS_Store
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
.vscode/
|
||||
.idea/
|
||||
.vercel
|
||||
Loading…
Add table
Add a link
Reference in a new issue