mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
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:
+14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user