From 5211d9f8c4011b4d5b43b8fb95c1dd5e7e1e5949 Mon Sep 17 00:00:00 2001 From: Minn-Choi Date: Mon, 4 Nov 2024 16:22:34 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=ED=8F=AC=EC=A4=80=EB=B9=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 403adbc..7eed110 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,20 @@ -.DS_Store -node_modules -/dist - - -# local env files +# Node modules +node_modules/ +# Build output +/dist/ +# Local environment files .env.local .env.*.local - # Log files npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* - # Editor directories and files -.idea -.vscode +.idea/ +.vscode/ *.suo *.ntvs* *.njsproj *.sln -*.sw? +*.sw? \ No newline at end of file