Files
road-monitoring-ui/.gitignore
sumona-banerjeee 78487430fe VisionRoad-Frontend
2026-01-28 16:36:10 +05:30

53 lines
682 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 pnpm → keep pnpm-lock.yaml
# If you use yarn → keep yarn.lock
# Uncomment the ones you DON'T use
# 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
# Test / coverage
coverage/
# Misc
.vercel