Git: Identifying files that .gitignore is purposely skipping
Because of the inherited nature of .gitignore, it can be tricky to determine if you have any files in your repository folder that are “hiding” from source control without your knowledge. This may be in the form of files that should be under source control but got caught in a broad inherited .gitignore rule, or … Git: Identifying files that .gitignore is purposely skipping