mirror of
https://github.com/arthur-pbty/arthurp.git
synced 2026-06-17 08:07:35 +02:00
Initial commit: monorepo setup with apps, packages, services
This commit is contained in:
+82
@@ -0,0 +1,82 @@
|
||||
# --------------------------
|
||||
# Node / Dependencies
|
||||
# --------------------------
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
.npm/
|
||||
.pnpm-store/
|
||||
.pnp
|
||||
.pnp.*
|
||||
.yarn/
|
||||
!.yarn/patches/
|
||||
!.yarn/plugins/
|
||||
!.yarn/releases/
|
||||
!.yarn/versions/
|
||||
|
||||
# --------------------------
|
||||
# Turborepo / Caches
|
||||
# --------------------------
|
||||
.turbo/
|
||||
.cache/
|
||||
|
||||
# --------------------------
|
||||
# Testing
|
||||
# --------------------------
|
||||
coverage/
|
||||
**/coverage/
|
||||
|
||||
# --------------------------
|
||||
# Next.js / Frontend builds
|
||||
# --------------------------
|
||||
.next/
|
||||
**/.next/
|
||||
out/
|
||||
**/out/
|
||||
|
||||
# --------------------------
|
||||
# Production / Builds
|
||||
# --------------------------
|
||||
build/
|
||||
**/build/
|
||||
dist/
|
||||
**/dist/
|
||||
|
||||
# --------------------------
|
||||
# Env files / secrets
|
||||
# --------------------------
|
||||
.env
|
||||
.env.*
|
||||
*.pem
|
||||
|
||||
# --------------------------
|
||||
# Debug logs
|
||||
# --------------------------
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# --------------------------
|
||||
# Vercel
|
||||
# --------------------------
|
||||
.vercel/
|
||||
|
||||
# --------------------------
|
||||
# TypeScript
|
||||
# --------------------------
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
# --------------------------
|
||||
# IDE / Editor
|
||||
# --------------------------
|
||||
.vscode/
|
||||
.idea/
|
||||
*.sublime-workspace
|
||||
*.sublime-project
|
||||
|
||||
# --------------------------
|
||||
# Mac / OS
|
||||
# --------------------------
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user