Canop / bacon

background rust code check
https://dystroy.org/bacon
GNU Affero General Public License v3.0
1.96k stars 73 forks source link

ignore list in job #258

Closed Canop closed 2 weeks ago

Canop commented 2 weeks ago

This may come handy in non git repositories or when you have generated files that you want to keep in git, or just when there's a specific file which you want to exclude from build triggering.

eg

ignore = [
    ".snap.new",
    "/src/generated/*.rs",
]

Fix #138 Fix #228