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

This commit is contained in:
Turbobot
2025-02-08 13:42:54 -08:00
committed by ryan
parent 1eb868b58c
commit 661f8656f4
89 changed files with 5823 additions and 763 deletions
+26 -24
View File
@@ -1,36 +1,38 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
# Dependencies
node_modules
.pnp
.pnp.js
# testing
coverage
# next.js
.next/
out/
build
# other
dist/
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# local env files
# Local env files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# turbo
# Testing
coverage
# Turbo
.turbo
# Vercel
.vercel
# Build Outputs
.next/
out/
build
dist
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Misc
.DS_Store
*.pem