From c548050e47a19eaf5786da8f56f81d23ef008832 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 27 Feb 2025 03:46:07 +0530 Subject: [PATCH] fix: remove docker-compose.yml from .gitignore --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a2a80766..6b2b3f98 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,4 @@ /build -package-lock.json - -docker-compose.yml \ No newline at end of file +package-lock.json \ No newline at end of file