Closed L00tz1ffer closed 2 years ago
Hi @L00tz1ffer ,
in version 0.18.0 I tried to improve the include/exclude feature, now it accepts absolute folders with or without starting '/' characters, moreover if you type '*' at the end of the folder, it means that the folder and its recursive subfolders are excluded/included. Sorry for the problems, I hope it works a bit better now.
Hey there, I encountered a little Problem which drives me crazy :D
Question
Example 1
i have the folder for example
/Glossar/
, this is the only folder which should be included in the folders to work on for zoottelkeeper, so how has the string to look like if i want it working?Example 2
another example
/Glossar/
and/Wichtige%20Dinge/
Problem
i tried lots of combinations and its still going throu all my folders and deleting important notes :/
Special Chars
How do you Handle Special Chars like
/Glossar/,/Wichtige%20Dinge/
``` or
%20or
/Glossar/,/Wichtige Dinge/```please make some Guide for everyone in your
readme.md
this would be quite helpful!!!