Ignore `node_modules` even if it is a symlink
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.