kopia icon indicating copy to clipboard operation
kopia copied to clipboard

Ignore everything except specific files

Open rodionstepanov opened this issue 8 months ago • 0 comments

I'm trying to ignore everything except files *.txt in root directory and subdirectories with following

*
!*.txt
!*/

but it does not ignore subdirectories without *.txt files. What is wrong?

rodionstepanov avatar Apr 10 '25 12:04 rodionstepanov