When running codeowners on a typical git repository, many files are printed which are actually not part of the repository because of .gitignore. Is that correct behavior? Would you consider that to be an improvement if this tool respects (and parses?) .gitignore if present?
When running
codeownerson a typical git repository, many files are printed which are actually not part of the repository because of.gitignore. Is that correct behavior? Would you consider that to be an improvement if this tool respects (and parses?).gitignoreif present?