Files
modules/.gitignore
T
Raven ScottandCursor cbbf88407f test(ci): add flat-repo production test runners and fix workflow
- Adds scripts/run-module.sh resolving paths via module-paths.json
- Adds scripts/run-all-production.sh for full production-tier matrix
- Fixes GitHub workflow paths for standalone ravenclaw/modules layout
- Ignores test-reports/ artifacts generated by local CI runs

Co-authored-by: Cursor <[email protected]>
2026-05-21 02:08:48 -04:00

22 lines
385 B
Plaintext

# Dependencies (all submodules)
node_modules/
*-storage/
*-storage*/
!pear-platform/hyper-pear-storage-layout/
real_tests-integration-storage/
**/*.log
# Test / example artifacts (do not ignore storage-hypercore|hyperbee|hyperdrive|autobase categories)
test-storage-*
test-*-storage-*
example-*-storage-*
coverage/
.nyc_output/
test-reports/
tmp/
# Logs and OS
*.log
.DS_Store
*.tmp