49 lines
424 B
Plaintext
49 lines
424 B
Plaintext
# Dependencies
|
|||
|
|
node_modules
|
||
|
|
npm-debug.log*
|
||
|
|
yarn-debug.log*
|
||
|
|
yarn-error.log*
|
||
|
|
.pnpm-debug.log*
|
||
|
|
|
||
|
|
# Next.js
|
||
|
|
.next/
|
||
|
|
out/
|
||
|
|
build
|
||
|
|
dist
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
coverage
|
||
|
|
|
||
|
|
# Misc
|
||
|
|
.DS_Store
|
||
|
|
*.pem
|
||
|
|
|
||
|
|
# Debug
|
||
|
|
*.log
|
||
|
|
|
||
|
|
# Local env files
|
||
|
|
.env*.local
|
||
|
|
.env
|
||
|
|
|
||
|
|
# Vercel
|
||
|
|
.vercel
|
||
|
|
|
||
|
|
# TypeScript
|
||
|
|
*.tsbuildinfo
|
||
|
|
next-env.d.ts
|
||
|
|
|
||
|
|
# IDE
|
||
|
|
.vscode
|
||
|
|
.idea
|
||
|
|
|
||
|
|
# Git
|
||
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
README.md
|
||
|
|
|
||
|
|
# Docs
|
||
|
|
*.md
|
||
|
|
|
||
|
|
# Exclude v3 tailwind config (use @theme in CSS for v4)
|
||
|
|
tailwind.config.ts
|