Files
units-ui/.dockerignore

54 lines
430 B
Plaintext
Raw Normal View History

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