From e68d0bbe8c30bf7682c8eb46a99e7c643c966dcb Mon Sep 17 00:00:00 2001 From: Mahmoud Emad Date: Sun, 11 May 2025 17:17:23 +0300 Subject: [PATCH] feat: Move .gitignore to root directory - Relocated the .gitignore file to the project root. - This ensures consistent ignore patterns across all subdirectories. --- sweb/.gitignore => .gitignore | 1 + 1 file changed, 1 insertion(+) rename sweb/.gitignore => .gitignore (95%) diff --git a/sweb/.gitignore b/.gitignore similarity index 95% rename from sweb/.gitignore rename to .gitignore index a547bf3..eba9f29 100644 --- a/sweb/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ dist-ssr *.njsproj *.sln *.sw? +*.pnpm-store