mirror of
https://github.com/trufflesecurity/trufflehog.git
synced 2024-11-10 07:04:24 +00:00
Update ignore extensions (#2764)
This commit is contained in:
parent
591871977c
commit
99ae8f8035
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ var (
|
|||
"tif": {},
|
||||
"tiff": {},
|
||||
"vsdx": {}, // Microsoft Visio drawing file
|
||||
"vsix": {}, // Visual Studio extension file
|
||||
|
||||
// audio
|
||||
"fev": {}, // video game audio
|
||||
|
@ -106,6 +107,7 @@ var (
|
|||
"rlib": {}, // Rust library
|
||||
"pth": {}, // Pytorch serialized model
|
||||
"pbix": {}, // Power BI report file
|
||||
"pbit": {}, // Power BI template file
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue