Files
eCommerce-admin-panel/.gitignore
2026-02-19 17:29:27 +05:30

71 lines
732 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