Files
home/Projects/docs.pivoine.art/.dockerignore

49 lines
384 B
Plaintext

# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Testing
coverage
# Next.js
.next
out
# Production
build
# Misc
.DS_Store
*.pem
# Debug
*.log
# Local env files
.env*.local
.env
# Vercel
.vercel
# TypeScript
*.tsbuildinfo
next-env.d.ts
# IDE
.vscode
.idea
*.swp
*.swo
# Git
.git
.gitignore
# Documentation
README.md
QUICKSTART.md