Cut dist directory from gitignore

Git evaluates this folder after the build process to detect if a
new commit to the repository is required.
This commit is contained in:
DigiLive
2025-05-13 07:43:02 +02:00
parent a5ec18823d
commit 1aa2bb0d3a

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