Skip to content

v1.7.0

Compare
Choose a tag to compare
@nielsbasjes nielsbasjes released this 22 Sep 18:02
· 39 commits to main since this release

If you have 2 sets of gitignore rules for the same directory then the first one was dropped. This has been fixed.
Main situation is having a set of default rules (like for .git/) in the root in addition to the provided .gitignore file.
This fixes the issue that the enforcer plugin rules would check the permissions for all the files in the .git folder which should be ignored.