Skip to content

Commit f1b57be

Browse files
committed
chore: ignore @evoapi/evonexus-ui dist artifacts
dist/ is rebuilt by 'npm run build' and shipped to npm via prepublishOnly. No reason to track it in git — it just creates 'untracked files' noise after every build.
1 parent 434e7ae commit f1b57be

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ dashboard/backend/*.db-wal
6161
dashboard/frontend/node_modules/
6262
dashboard/terminal-server/node_modules/
6363
dashboard/frontend/dist/
64+
dashboard/packages/ui/dist/
65+
dashboard/packages/*/node_modules/
6466

6567
# ── Evo Method (separate project) ────────
6668
_evo/

0 commit comments

Comments
 (0)