Files
exploRUGComponent/.gitignore
2026-04-21 14:54:02 +05:45

45 lines
512 B
Plaintext

/node_modules/
/lib/
/test/
custom-elements.json
# Build outputs (generated — should not be tracked)
/dist/
/docs/
# TypeScript incremental build cache
*.tsbuildinfo
# Vite cache
.vite/
# Logs
*.log
npm-debug.log*
yarn-error.log*
# macOS metadata
.DS_Store
.DS_Store?
._*
# Environment variables (never commit secrets)
.env
.env.local
.env.*.local
# Editor/IDE directories
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
# Test coverage
coverage/
# Yarn
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml