From 1aa2bb0d3a66c31753d103751d6a55780b041785 Mon Sep 17 00:00:00 2001 From: DigiLive Date: Tue, 13 May 2025 07:43:02 +0200 Subject: [PATCH] Cut dist directory from gitignore Git evaluates this folder after the build process to detect if a new commit to the repository is required. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c85804c..a00fdcc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /node_modules/ -/dist/ \ No newline at end of file +# Don't add directory /dist/ to .gitignore, as it is used by the build script