This is an automated email from the ASF dual-hosted git repository.

nic-6443 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new b55c59a2a chore: ignore stray files left in the repo root by local 
test runs (#13538)
b55c59a2a is described below

commit b55c59a2a209c42c250f7305821bebf021499a94
Author: Nic <[email protected]>
AuthorDate: Tue Jun 16 16:00:57 2026 +0800

    chore: ignore stray files left in the repo root by local test runs (#13538)
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 11028706f..a36c59fdd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,3 +92,10 @@ t/node_modules/
 release/*
 
 
+# files produced when running the test suite locally; never commit these
+# redis snapshot from a locally run redis-server (limit-* tests)
+dump.rdb
+# redis persistence dirs from the docker-compose redis services (--appendonly 
yes)
+/data/
+# telemetry dumped by the otel collector during tests
+ci/pod/otelcol-contrib/data-otlp.json

Reply via email to