InsuCompass / .gitignore
nagur-shareef-shaik's picture
Add Application code
f884d0d
raw
history blame contribute delete
481 Bytes
# Node.js
node_modules/
npm-debug.log
yarn-error.log
package-lock.json
# Vite
/dist
/.vite
vite.config.ts.timestamp*
# TypeScript
*.tsbuildinfo
# Environment variables
.env
.env.local
.env.*.local
# Build output
/build
/dist
/out
# IDE and editor files
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.swp
# OS generated files
.DS_Store
Thumbs.db
# Logs
logs/
*.log
*.log.*
# Cache
.eslintcache
.stylelintcache
.cache
# Testing
/coverage
# Miscellaneous
*.bak
*.tmp
*.temp