From 5049ac01472f265ad7fe9c953f79c2c1c072fbdd Mon Sep 17 00:00:00 2001 From: Viswamedha Nalabotu Date: Sun, 18 Jan 2026 14:26:14 +0000 Subject: [PATCH] Ignored static folder --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 06d885a..a3b2b5d 100644 --- a/.gitignore +++ b/.gitignore @@ -256,4 +256,7 @@ coverage __screenshots__/ # Local batch files -*.local.bat \ No newline at end of file +*.local.bat + +# Static files +static/ \ No newline at end of file