mirror of
https://github.com/yamadashy/repomix.git
synced 2026-02-03 11:33:39 +01:00
Relocated memory testing tools from benchmarks/memory/ to scripts/memory/ to better align with project structure conventions. Updated GitHub Actions workflow paths accordingly to maintain CI functionality.
25 lines
271 B
Plaintext
25 lines
271 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
|
|
# Test outputs
|
|
memory-test-output.txt
|
|
test-output-*.txt
|
|
test-output.txt
|
|
|
|
# Test results
|
|
memory-history-*.json
|
|
memory-test-results-*.json
|
|
|
|
# npm
|
|
npm-debug.log*
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|