kopia
kopia copied to clipboard
Ignore everything except specific files
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?