From fb56701ea4b593c48c77eee52b86aeaa25c57be6 Mon Sep 17 00:00:00 2001 From: KWON Date: Fri, 26 Dec 2025 12:30:18 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20.gitignore=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8=20-=20data,=20logs,=20www=20=ED=8F=B4?= =?UTF-8?q?=EB=8D=94=20=EB=82=B4=EB=B6=80=20=EB=8D=B0=EC=9D=B4=ED=84=B0=20?= =?UTF-8?q?=EC=A0=9C=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.gitignore b/.gitignore index 4c49bd7..c685b02 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,20 @@ .env +# Docker volumes - 로컬 데이터 +data/**/* +!data/**/.gitkeep + +logs/**/* +!logs/**/.gitkeep + +www/* +!www/.gitkeep + +# IDE +.vscode/ +.idea/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db \ No newline at end of file