Skip to content

Commit e8af96c

Browse files
committed
ignore sql
1 parent 5bc1476 commit e8af96c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

FileChecker.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ public class FileChecker
9696
".h5", ".pkl", ".onnx",
9797

9898
// Executable scripts (to be cautious)
99-
".bat", ".sh", ".cmd", ".ps1"
99+
".bat", ".sh", ".cmd", ".ps1",
100+
101+
//
102+
".sql"
100103
};
101104

102105
private static readonly HashSet<string> IgnoredDirectories = new(StringComparer.OrdinalIgnoreCase)

0 commit comments

Comments
 (0)