git command

# 移除并停止跟踪 node_modules
git rm -r --cached node_modules/

Last updated