From 89b593dca85a399d07ac79494849b1049e4cdd5a Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Sun, 15 Sep 2024 14:39:27 +0200 Subject: [PATCH] build(.gitignore): add packaged filed to gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index c220f4e..f6015da 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,11 @@ ENV/ env.bak/ venv.bak/ +# Distribution / packaging +dist/ +build/ +/*cache/ + # Log files logs/ *.log