Files
vaishnavi-ecommerce-admin-p…/.gitignore
2026-03-10 14:55:59 +05:30

71 lines
662 B
Plaintext

# Node dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Build output
dist/
build/
out/
# Logs
logs
*.log
logs/*.log
# System files
.DS_Store
Thumbs.db
# IDE / Editor files
.vscode/
.idea/
# Coverage / Testing
coverage/
*.lcov
jest-test-results.json
# Temporary files
*.tmp
*.temp
*.swp
# Cache
.cache/
.next/
.nuxt/
.sass-cache/
*.tgz
# Misc
*.pid
*.seed
*.pid.lock
# TypeScript
*.tsbuildinfo
# Compiled binaries
*.exe
*.dll
*.so
*.dylib
*.pyc
*.pyo
*.pyd
# OS-specific files
ehthumbs.db
Icon?
Desktop.ini