fix(git): drop accidental frontend-dapp/node_modules symlink after #1298 #1299

Merged
PlasticDigits merged 1 commit from fix/drop-frontend-node-modules-symlink into main 2026-09-21 05:41:17 +00:00

Summary

  • #1298 merge used git add -A in a worktree and tracked a frontend-dapp/node_modules symlink (self-referential local path).
  • .gitignore node_modules/ does not match a symlink. Ignore the bare name too and remove the blob.

Test plan

  • git ls-files frontend-dapp/node_modules empty on this branch
  • After merge, Coolify/dApp builds must not vendor node_modules
## Summary - `#1298` merge used `git add -A` in a worktree and tracked a `frontend-dapp/node_modules` symlink (self-referential local path). - `.gitignore` `node_modules/` does not match a symlink. Ignore the bare name too and remove the blob. ## Test plan - [x] `git ls-files frontend-dapp/node_modules` empty on this branch - [ ] After merge, Coolify/dApp builds must not vendor node_modules
fix(git): drop accidental frontend-dapp/node_modules symlink
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
c736cafde1
A worktree git add -A during #1298 tracked a node_modules symlink. Trailing-slash gitignore did not match it. Ignore the name too.
Author
Owner

drain skip: no occupying job for rebase/fix-pr/CI-wait; remaining continue

drain skip: no occupying job for rebase/fix-pr/CI-wait; remaining continue
PlasticDigits deleted branch fix/drop-frontend-node-modules-symlink 2026-09-21 05:41:17 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
code/cl8y-dex-terraclassic!1299
No description provided.