From a63e387f6022d8fcee1b64d2b5683ad7b68af5c8 Mon Sep 17 00:00:00 2001 From: Bomi Lee Date: Sun, 13 Oct 2024 14:26:33 +0900 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2616f93..a8a954c 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,6 @@ src/main/resources/application-datasource-dev.yml ### Querydsl /src/main/generated + +### h2 database +compono-test.*