Prior to editing the .gitignore file in a project the following files were displayed when the status was queried:
Wanting to ignore the multiple versions of sandbox Vue files, this was added to the project's .gitignore file at the bottom:
# app files
/src/modules/admin/views/sandbox*.vue
Now when the status is queried the following is displayed:
Why is ../.gitignore
being displayed now? What should be changed so that file is not displayed?