v1.1.0: pooled runtime, 959 tests, production hardening (0 squash)
This commit is contained in:
+44
@@ -0,0 +1,44 @@
|
||||
node_modules/
|
||||
dist/
|
||||
*.bak
|
||||
*.tsbuildinfo
|
||||
*.log
|
||||
.env
|
||||
.DS_Store
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# When TypeScript is misconfigured, artifacts can land in src/
|
||||
packages/*/src/**/*.js
|
||||
packages/*/src/**/*.d.ts
|
||||
packages/*/src/**/*.map
|
||||
|
||||
# Test build artifacts
|
||||
dist-test/
|
||||
|
||||
# Package tarballs and temp manifests
|
||||
*.tgz
|
||||
*.tmp
|
||||
|
||||
# Playwright test artifacts
|
||||
test-results/
|
||||
playwright-report/
|
||||
playwright/.cache/
|
||||
|
||||
# Stryker mutation testing
|
||||
.stryker-tmp/
|
||||
reports/
|
||||
|
||||
# Temporary evaluation artifacts
|
||||
tests/
|
||||
fixtures/
|
||||
|
||||
# Imhotep geometry cache
|
||||
.imhotep-cache/
|
||||
|
||||
# Temporary verification directories
|
||||
temp-dsl-verify/
|
||||
feature-test/
|
||||
|
||||
# Dead GitHub config (migrated to Gitea)
|
||||
.github/
|
||||
Reference in New Issue
Block a user