From 553923ea6f378d209e655e1c115314e468491905 Mon Sep 17 00:00:00 2001 From: Viet Ngoc Date: Wed, 24 Jul 2024 03:30:15 +0200 Subject: [PATCH] chore: Update .gitignore to ignore swiper-bundle.css and .DS_Store --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f3acae9..3c90c29 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ scripts/ lunar-phase-card.code-workspace src/test/ .env -.DS_Store \ No newline at end of file +.DS_Store +swiper-bundle.css \ No newline at end of file