From bc8be228e9078829e0c5e3e84285d937a87b39f3 Mon Sep 17 00:00:00 2001 From: zdu Date: Mon, 8 Jan 2024 16:56:02 +0900 Subject: [PATCH] #: Add folder to gitignore rules --- springboot/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/springboot/.gitignore b/springboot/.gitignore index d879dbb0..ecd8f8d3 100644 --- a/springboot/.gitignore +++ b/springboot/.gitignore @@ -28,4 +28,5 @@ /build ### default storage folder of project ### -/.mvn/storage \ No newline at end of file +/.mvn/storage +/.mvn/cockroachdb \ No newline at end of file