From 0ccdab156927dad45566f6efb74ae18e0c3015a3 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 29 Oct 2023 23:06:50 +0100 Subject: [PATCH] chore: Ignore static files directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6471f2a..91984e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ __pycache__ -config.json \ No newline at end of file +config.json +static \ No newline at end of file