Files
recipe_tool/.dockerignore
T

59 lines
522 B
Plaintext

# Dependencies
node_modules
.npm
# Next.js build output
.next
out
build
# Git
.git
.gitignore
# Environment files
.env.local
.env.*.local
# IDE
.idea
.vscode
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Test
coverage
# Docker
Dockerfile*
.dockerignore
# Data files (keep structure but ignore content)
data/*
# env.docker (template, not actual env)
.env.docker
# Misc
README.md
AGENTS.md
*.md
# TypeScript
*.tsbuildinfo
next-env.d.ts
# Debug
npm
yarn.lock