Skip to content

stop tracking web/dist build artifacts#314

Merged
everettjf merged 3 commits intomicroclaw:mainfrom
flyflypeng:stop-tracking-web-dist-build-artifacts
Apr 1, 2026
Merged

stop tracking web/dist build artifacts#314
everettjf merged 3 commits intomicroclaw:mainfrom
flyflypeng:stop-tracking-web-dist-build-artifacts

Conversation

@flyflypeng
Copy link
Copy Markdown
Contributor

Reason: web/dist contains npm build output that is regenerated on each build.
Tracking compiled assets in git is not a recommended industry practice — it causes unnecessary diff noise, inflates repo size, and can lead to merge conflicts. The directory is already excluded from version control via .gitignore after this change.

Reason: web/dist contains npm build output that is regenerated on each build.
Tracking compiled assets in git is not a recommended industry practice — it
causes unnecessary diff noise, inflates repo size, and can lead to merge
conflicts. The directory is already excluded from version control via
.gitignore after this change.
@flyflypeng flyflypeng requested a review from everettjf as a code owner March 31, 2026 03:04
@everettjf
Copy link
Copy Markdown
Contributor

Yes. That is a issue. Thanks

@everettjf everettjf merged commit 2d56c2d into microclaw:main Apr 1, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants