lcnetdev / scriptshifter

Creative Commons Zero v1.0 Universal
15 stars 6 forks source link

Regular expressions for ignore patterns #122

Open scossu opened 3 months ago

scossu commented 3 months ago

There is some setup already to support regular expressions in ignore patterns. See https://github.com/lcnetdev/scriptshifter/blob/main/scriptshifter/tables/data/_ignore_base.yml#L19-L30

Implement logic and tests.