Files
road-monitoring-ui/.gitignore

55 lines
676 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# dependencies
node_modules/
# Next.js build output
.next/
out/
dist/
# environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
logs/
*.log
# lock files (OPTIONAL keep only ONE)
# If you use npm → keep package-lock.json
# If you use yarn → keep yarn.lock
# Uncomment the ones you DON'T use
# lock files
yarn.lock
pnpm-lock.yaml
# package-lock.json
# OS files
.DS_Store
Thumbs.db
# Editor / IDE
.vscode/*
!.vscode/extensions.json
.idea/
*.swp
*.swo
# TypeScript
*.tsbuildinfo
next-env.d.ts
# Test / coverage
coverage/
# Misc
.vercel
.dual-graph/