We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad0d38 commit f6f2845Copy full SHA for f6f2845
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