From aeeaaab7354d095856d0e8126c404ed9f11c5b48 Mon Sep 17 00:00:00 2001 From: pricelees Date: Wed, 1 Oct 2025 12:48:08 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=85=8C=EC=8A=A4=ED=8A=B8=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=82=AC=EC=9A=A9=ED=95=98=EB=8A=94=20=EC=9E=84?= =?UTF-8?q?=EC=8B=9C=20sql=20=EB=B0=8F=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20gitignore=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 31c94eba..87c101b7 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,8 @@ out/ ### VS Code ### .vscode/ logs -.kotlin \ No newline at end of file +.kotlin + +### sql +data/*.sql +data/*.txt \ No newline at end of file