mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-07 08:26:11 +00:00
Add JSON file patterns to .gitignore to prevent large file commits
This commit is contained in:
parent
3b77eafe9e
commit
ef75b69fd4
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -31,4 +31,7 @@ public/workers/compiled-queries.js
|
|||
.gemini/
|
||||
.cursor/
|
||||
.clinerules/
|
||||
.qoder/
|
||||
|
||||
# Large JSON files
|
||||
gitnexus-project_*.json
|
||||
*-project_*.json
|
||||
Loading…
Add table
Reference in a new issue