From 0c099a5242b97422cd2718a8eb1e2f03f8f5b1a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sun, 1 Mar 2026 08:27:34 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20.gitignore=EC=97=90=20=EC=84=9C?= =?UTF-8?q?=EB=B8=8C=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8=20=EB=B0=8F=20?= =?UTF-8?q?=EB=B6=88=ED=95=84=EC=9A=94=20=ED=8C=8C=EC=9D=BC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 5130/, api/, docker/, docs/, mng/, react/, sales/ (별도 git repo) - e2e/scenarios/ (별도 git repo) - nul (Windows 아티팩트) 삭제 Co-Authored-By: Claude Opus 4.6 --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index 8b9ffe5..80b3058 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,18 @@ # Screenshots and temporary files *.png *.tmp + +# Separate git subprojects +5130/ +api/ +docker/ +docs/ +mng/ +react/ +sales/ + +# E2E scenarios (separate git repo) +e2e/scenarios/ + +# Windows artifacts +nul