From f917aeae398a05a500dacc8cec3552f9bc2f835b Mon Sep 17 00:00:00 2001 From: guochao Date: Tue, 4 Jun 2024 11:30:25 +0800 Subject: [PATCH] update ignore files --- .dockerignore | 3 ++- .gitignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index c41cc9e..a0c4a8b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,2 @@ -/target \ No newline at end of file +/target +*.rdb \ No newline at end of file diff --git a/.gitignore b/.gitignore index 63f0601..13d56b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .direnv .vscode -/target \ No newline at end of file +/target +*.rdb \ No newline at end of file