Merge pull request #952 from Davez69gto/feat/csharp-extensions

feat(miner): add C# and .NET file extensions to READABLE_EXTENSIONS
This commit is contained in:
Igor Lins e Silva 2026-06-18 14:28:59 -03:00 committed by GitHub
commit afa749c141
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -100,6 +100,12 @@ READABLE_EXTENSIONS = {
".csv",
".sql",
".toml",
# C# / .NET
".cs",
".csproj",
".sln",
".razor",
".cshtml",
} | PHP_EXTENSIONS
SKIP_FILENAMES = {