Update ignore extensions (#2764)

This commit is contained in:
ahrav 2024-04-29 15:48:42 -07:00 committed by GitHub
parent 591871977c
commit 99ae8f8035
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}
)