Multiple .gitignore in subfolders
Answer is: Yes, it is possible to have a .gitignore file in a subfolder. Documentation: When deciding whether to ignore a path, Git normally checks gitignore patterns from multiple sources, with the following order of precedence, from highest to lowest (within one level of precedence, the last matching pattern decides the outcome): Patterns read from … Read more