Windows 10 Client Ignore Sub-Directory

Windows 10 Client ver 3.0.1, Debian Server ver 19.0.3
I would like to ignore a lot of directories ends with “bin\Debug”. I added “bin” prefix because there are some directories ends with “Debug” I don’t like to be ignored (eg “C:\Program\Debug”)
The following patters tried but not working:
bin/Debug/
bin\Debug
\bin\Debug
/bin/Debug/
bin\Debug*
bin/Debug/*
bin\Debug
bin/Debug

Thank you