Cut dist directory from gitignore

Git evaluates this folder after the build process to detect if a
new commit to the repository is required.

(cherry picked from commit 1aa2bb0d3a)
This commit is contained in:
DigiLive
2025-05-13 07:43:02 +02:00
parent 3ae4826fef
commit fd4ea5824c

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
/node_modules/
/dist/
# Don't add directory /dist/ to .gitignore, as it is used by the build script