From 80437fd6dff05c855063af597d27d568e229219c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karatu=C4=9F=20Ozan=20Bircan?= Date: Tue, 21 Nov 2023 13:18:54 +0300 Subject: [PATCH] chore: Add docker folders to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c4fdf31..94f24b0 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,7 @@ htmlcov refresh-tokens.json tox.ini + +# docker +build +data \ No newline at end of file