From 07a60a81db8d0845f0fb906a5bda190d2b426c78 Mon Sep 17 00:00:00 2001 From: Madelyn Olson Date: Thu, 28 Mar 2024 09:04:23 -0700 Subject: [PATCH] Address comments Signed-off-by: Madelyn Olson --- .gitignore | 14 +++++++------- CONTRIBUTING.md | 2 +- README.md | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 5b44493038..c9ea5d33c4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,13 +5,13 @@ *.d *.log dump.rdb -valkey-benchmark -valkey-check-aof -valkey-check-rdb -valkey-check-dump -valkey-cli -valkey-sentinel -valkey-server +*-benchmark +*-check-aof +*-check-rdb +*-check-dump +*-cli +*-sentinel +*-server doc-tools release misc/* diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6be3d9b73e..548204eb83 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ There is also an active community of Redis users at Stack Overflow: Issues and pull requests for documentation belong on the valkey-doc repo: - https://github.com/valkey-io-doc + https://github.com/valkey-io/valkey-doc If you are reporting a security bug or vulnerability, see SECURITY.md. diff --git a/README.md b/README.md index 2ee7edc523..cd490e5465 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ This README is under construction as we work to build a new community driven high performance key-value store. -This project was forked from the open source Redis project right before the transition to their new source available licenses. For now we intend to keep the +This project was forked from the open source Redis project right before the transition to their new source available licenses. This README is just a fast *quick start* document. We are currently working on a more permanent documentation page.