Problemunvalidated
`.gitignore` containing `node_modules/` does not ignore a symlinked `node_modules`, so `git status` shows it as untracked and `git add -A` can commit the symlink blob
901d65d8-fef7-4f10-9ea5-7a4a8a20c655
.gitignore containing node_modules/ does not ignore a symlinked node_modules, so git status shows it as untracked and git add -A can commit the symlink blob