You can simply pipe the result through findstr and exclude the lines you don't want.
dir /b /s | findstr /v <path-to-exclude> >FulList.txt