We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d0935 commit 1730f67Copy full SHA for 1730f67
db/ignore_patterns/gitweb.json
@@ -0,0 +1,11 @@
1
+{
2
+ "name": "gitweb",
3
+ "patterns": [
4
+ "[?;&]a=commit($|[;&])",
5
+ "[?;&]a=commitdiff($|[;&])",
6
+ "[?;&]hb?=[0-9a-f]+($|[;&])",
7
+ "[?;&]a=blob_plain[;&]f=[^;&]*[;&]hb=refs/[^;&]*($|[;&])",
8
+ "[?;&]a=history[;&]f=[^;&]+([;&]hb=HEAD)($|[;&])"
9
+ ],
10
+ "type": "ignore_patterns"
11
+}
0 commit comments