Add ignore patterns for Node.js, Rust, and generated files

Add entries for node_modules, package-lock.json, Rust target
directories, local ablation artifacts, and generated documentation
files.
This commit is contained in:
Francisco Geiman Thiesen
2026-01-09 10:00:43 -08:00
parent b14cb01ce6
commit 4760ea7cd0
+14
View File
@@ -107,3 +107,17 @@ objs
# clangd
.cache
# Node.js
node_modules/
package-lock.json
# Rust build artifacts
**/target/
# Local ablation/benchmark artifacts
ablation/
# Generated documentation/review files
CODE_REVIEW.md
SUMMARY.md