VisionRoad-Frontend
This commit is contained in:
52
.gitignore
vendored
Normal file
52
.gitignore
vendored
Normal file
@@ -0,0 +1,52 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user