77 lines
1.2 KiB
Plaintext
77 lines
1.2 KiB
Plaintext
# =========================
|
|
# Dependencies / Package Managers
|
|
# =========================
|
|
node_modules/
|
|
.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# =========================
|
|
# Build / Production
|
|
# =========================
|
|
.next/
|
|
out/
|
|
dist/
|
|
build/
|
|
|
|
# =========================
|
|
# Testing / Coverage
|
|
# =========================
|
|
coverage/
|
|
|
|
# =========================
|
|
# Environment Variables
|
|
# =========================
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# =========================
|
|
# Logs / Debug
|
|
# =========================
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# =========================
|
|
# Editor / IDE
|
|
# =========================
|
|
.vscode
|
|
|
|
# =========================
|
|
# OS / System Files
|
|
# =========================
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# =========================
|
|
# Temporary Files
|
|
# =========================
|
|
.temp/
|
|
|
|
# =========================
|
|
# Vercel
|
|
# =========================
|
|
.vercel
|
|
|
|
# =========================
|
|
# TypeScript / Next.js
|
|
# =========================
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# =========================
|
|
# Misc
|
|
# =========================
|
|
*.pem
|
|
|
|
# =========================
|
|
# Data Folder
|
|
# =========================
|
|
data/ |