gitlab runner set git clean (ignore to delete node_modules) before per stage start


使用GIT_CLEAN_FLAGS可以跳过删除node_modules

variables:
  GIT_CLEAN_FLAGS: -fdx -e node_modules/

相关链接:https://segmentfault.com/q/1010000040640168###