We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e63be commit 5cdcd13Copy full SHA for 5cdcd13
pkg/kv/kvserver/asim/tests/testdata/generated/.gitignore
@@ -4,6 +4,9 @@
4
!*/
5
6
# Except this specific directory (relative to .gitignore)
7
+# Note that this intentionally does not include subdirectories (such as traces)
8
+# which are not deterministic.
9
!example_rebalancing/**
10
+**/traces
11
# And the readme file.
-!README.md
12
+!README.md
0 commit comments