Ignore files under "/shared" directory and not other subdirectories that contains that name

What does this MR do?

It tells Git to ignore files only under the /shared absolute path.

Are there points in the code the reviewer needs to double check?

No

Why was this MR needed?

We were having issues when using 'The Silver Search' tool to make a search in our source code, the files under the /app/views/shared directory were being ignored because we were using a relative path in the .gitignore file

What are the relevant issue numbers?

None

Screenshots (if relevant)

Merge request reports

Loading