From eb58dda05337614a159fd49dc92c62a2fb1f551b Mon Sep 17 00:00:00 2001 From: legonzaur Date: Fri, 26 Jul 2024 17:20:24 +0200 Subject: [PATCH] add dist to gitignore --- presentation/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/presentation/.gitignore b/presentation/.gitignore index ba5aa84..19df5f7 100644 --- a/presentation/.gitignore +++ b/presentation/.gitignore @@ -8,4 +8,5 @@ out/ log/*.log tmp/** node_modules/ -.sass-cache \ No newline at end of file +.sass-cache +dist/ \ No newline at end of file