How to exclude file from "*.pak", but keep in project

I have a project.
In project i have small config file “myconfig.txt” with parameters, and project can read this file in runtime.
Resulting build has only file “myproject.pak”.
Of course i can put myconfig.txt in Content folder of resulting build, but how point UE not to pack my config file, but just put it in Content folder of resulting build.

Content
---Paks
     ---myproject.pak
---myconfig.txt

In Packaging Settings you can add Directories to Copy:

Oops! That page doesn’t exist or is private.

:frowning: