Files

36 lines
290 B
Plaintext

# Source files
src/
*.ts
!*.d.ts
# Tests
dist/test/
*.test.js
*.test.ts
# Build artifacts
tsconfig.json
tsconfig.*.json
# Development
.github/
.vscode/
.idea/
# Logs
*.log
npm-debug.log*
# OS
.DS_Store
Thumbs.db
# Debug files
debug-*.mjs
test-debug*.mjs
# Temporary
tmp/
temp/
*.tmp