open-sauced / pizza-cli

A CLI for all things OpenSauced
MIT License
39 stars 11 forks source link

Feature: `.sauced.yaml` could support an ignore feature #181

Open bdougie opened 1 month ago

bdougie commented 1 month ago

Suggested solution

Per feedback from a maintainer, there are files and folders that do not need a codeowner. My suggestion is adding an ignore option to the .sauced.yaml.

// .sauced.yaml

ignore: 
  - package.json
  - /markdown-things
nickytonline commented 1 month ago

The optional section could be an ignore or include section, but not both. The user can decide depending on how large the difference is between what to ignore, or what to include.