From 7a585cc3fe136e4fc440245f452fc54f15df135a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A3=A8=EB=B0=80LuMir?= Date: Mon, 4 Nov 2024 21:12:43 +0900 Subject: [PATCH] sync-server: synced local './.gitignore' with remote './configs/.gitignore' (#92) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index f3e13d6..5719448 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,7 @@ build # tests .nyc_output coverage + +# packages +packages/**/LICENSE +packages/**/README.md