feat(create-turbo): apply official-starter transform

This commit is contained in:
Turbobot
2025-03-17 02:36:25 -06:00
committed by Mauricio Siu
parent 731fd5a41c
commit 4ed66e3040
65 changed files with 6007 additions and 0 deletions

36
turborepo/apps/docs/.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# env files (can opt-in for commiting if needed)
.env*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts