Remove overly broad *.json from .gitignore

The blanket *.json ignore is not canonical for Rust projects.
JSON files that need ignoring are already covered by:
- .g3/ for session logs
- logs/ for error logs
- .build for Swift build artifacts
This commit is contained in:
Dhanji R. Prasanna
2026-01-06 13:54:27 +11:00
parent 2d8e733820
commit a87928661d

4
.gitignore vendored
View File

@@ -25,10 +25,6 @@ target
# Session logs directory
logs/
*.json
# Exception: analysis artifacts
!analysis/deps/graph.json
.g3/
# g3 artifacts