fix(gitignore): ignore distribution/build output directories (dist*)

This commit is contained in:
2025-12-24 11:55:42 +00:00
parent efe9a22630
commit c1eb38a18c
6 changed files with 8 additions and 243788 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2025-12-24 - 1.0.2 - fix(gitignore)
ignore distribution/build output directories (dist*)
- Added 'dist*/' to .gitignore to prevent committing build artifacts and local distribution folders
## 2025-12-24 - 1.0.1 - fix(release)
no changes detected