Check whether a file is ignored by git
Sometimes there is the necessity to check whether a file is ignored by git or not. There could be many reasons for this; in most cases this check is related to a sophisticated nested rule or even a sequence of rules that are hard to grasp at first glance. Let’s see how git can help us.
to check whether a file is ignored by git »