Skip to content

Ignore `node_modules` even if it is a symlink

Grzegorz Bizon requested to merge fix/gb/ignore-node-modules-symlink into master

What does this MR do?

This merge request updates /node_modules entry in .gitignore to ignore this path even if it is a symlink. This is a symlink in gitlab-compose-kit and there is no good reason to ignore it only if it is a directory.

Merge request reports

Loading