Re: Rat Ignore Pattern

2023-12-21 Thread Bryan Ellis
Hi Phil, I think the upcoming better .gitignore parser will be a huge improvement. I know .gitignore supports matching against multi-depth directories. I also agree that everything in that file should be excluded. But, I still think .ratignore should not be removed completely... I feel that th

Re: Rat Ignore Pattern

2023-12-20 Thread P. Ottlinger
Hi Bryan, thanks for spotting the change is it helpful to use the upcoming feature of a better .gitignore parsing and get rid of the .ratignore completely in your use case? Feel free to checkout the most current 0.16-SNAPSHOT as a release is about to come soon. Cheers, Phil Ope

Rat Ignore Pattern

2023-12-20 Thread Bryan Ellis
It seems I am getting mix information and behavior in how the “.ratignore" file works. I remember in older versions maybe 0.12, we could use glob patterns. For example the following worked: ``` *.properties .* VERSION node_modules ``` This covered extensions, leading dot files, filename, and di