- 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]>
22 lines
385 B
Plaintext
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
|