Open mcclurgm opened 4 months ago
Hi @mcclurgm,
Thanks for reporting this. I've now added support for this, and it will be available in the next Sublime Merge build! I'll update you once this has been released.
Kind regards, - Dylan from Sublime HQ
Version info
Description
If I use POSIX named character classes in my .gitignore files, Git will properly ignore them but Sublime Merge will still treat them as if they are not ignored.
Steps to reproduce
Steps to reproduce the behavior:
filename.txt
" (for example).gitignore
file that contains the content:git status
on the repo. It will show only.gitignore
, meaning thatfilename.txt
was ignored.filename.txt
, it will produce an error "The following paths are ignored by one of your .gitignore files: filename.txt"Expected behavior
The file should not appear in Sublime Merge, since it is ignored by Git.
This works fine with other patterns. For example, if I replace the gitignore contents with
Sublime Merge will correctly ignore it. Based on this, it appears to be an issue with the named character classes.