mirror of
https://github.com/arthur-pbty/arthurp.git
synced 2026-06-03 23:36:28 +02:00
82 lines
1.2 KiB
Plaintext
82 lines
1.2 KiB
Plaintext
# --------------------------
|
|
# 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 |