I’m working with files with a specific filename, something like:
Site/Product Client/Modules/Product.Customer.Client.dll
(The words “Product” and “Customer” are replaced by corresponding names)
Right-clicking in Git-Extensions on such a file gives me the opportunity to add this file to .gitignore
, this seems not to work: the file is still visible.
Next to that, also quite some regular expressions seem not to work:
/Site/**/Cerastore.*.dll (amongst others)
I have the impression that GIT has troubles working with spaces in its directory structures in .gitignore
.
I’m working with GIT Extensions version 4.2.1.17611, based on GIT version git version 2.45.1.windows.1
(commandline git version
).
Does anybody have an idea?
Thanks in advance