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