From da0c8d710bfee4cd5262fdf5c4c0ff52def13c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Sun, 22 Jan 2023 11:02:26 +0100 Subject: [PATCH] Ignore dist directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ddc414..020500b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ __pycache__ node_modules package-lock.json db.sqlite3 -static \ No newline at end of file +static +dist/ \ No newline at end of file