🚧 Switch to monorepo with Turbo
This commit is contained in:
20
.gitignore
vendored
20
.gitignore
vendored
@@ -1,8 +1,20 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
/build
|
||||
/.svelte-kit
|
||||
|
||||
build
|
||||
.svelte-kit
|
||||
|
||||
.DS_Store
|
||||
|
||||
.vercel
|
||||
.turbo
|
||||
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.vercel
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
/apps/api/uploads
|
||||
|
||||
Reference in New Issue
Block a user