51 lines
622 B
Plaintext
51 lines
622 B
Plaintext
# Source files (only dist/ should be published)
|
|
extensions/
|
|
|
|
# Test files
|
|
*.test.ts
|
|
*.test.tsx
|
|
*.spec.ts
|
|
*.spec.tsx
|
|
*.test.js
|
|
*.test.jsx
|
|
*.spec.js
|
|
*.spec.jsx
|
|
|
|
# Test directories
|
|
tests/
|
|
test/
|
|
__tests__/
|
|
coverage/
|
|
|
|
# Development files
|
|
.sisyphus/
|
|
.github/
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Config files (not needed in production)
|
|
playwright.config.ts
|
|
vitest.config.ts
|
|
vitest.config.*
|
|
tsconfig.json
|
|
eslint.config.js
|
|
.eslintrc*
|
|
.prettierrc*
|
|
|
|
# Build artifacts (keep dist/ but not these)
|
|
*.tsbuildinfo
|
|
|
|
# Documentation (keep README, but not these)
|
|
docs/
|
|
|
|
# CI/CD
|
|
.github/workflows/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|