Commit e71db6d
committed
feat: add additional binary file types to scan exclusions
Add several new file types to be excluded from scanning operations:
- Debug files (pdb, dSYM)
- ML/Data model formats (h5, pb, onnx, pt, safetensors, etc)
- 3D model formats (glb, gltf)
- Editor swap/temp files (swp, swo)
These exclusions will improve performance and relevance when scanning
repositories by ignoring common binary and temporary files.1 parent b9c2b93 commit e71db6d
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
97 | 113 | | |
98 | 114 | | |
99 | 115 | | |
| |||
0 commit comments