How to ignore a directory in git while excluding some sub-directories and files?
If we don’t put `/*` after the name of the ignored directory. Then any statement for tracking anything inside that directory will not be considered by Git.
If we don’t put `/*` after the name of the ignored directory. Then any statement for tracking anything inside that directory will not be considered by Git.