Repo init
This commit is contained in:
+77
@@ -0,0 +1,77 @@
|
||||
# =========================
|
||||
# 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/
|
||||
Reference in New Issue
Block a user