I’ve read this and this topic, and there is no working solution for me.
I sync some code directory, and when I test it, it generates executable for each platform/computer.
Especially, for Linux and macOS, it generates some executable(without any extension, so I cannot ignore it by extension) in a specified directory like ???/dist
.
This executable is not useful for other platforms or environment. Therefore I do not wants to sync this directory (???/dist
).
However, when I select this directory not to sync, it disappears, and when it appears again (like compiling again), my action has no meaning. I need to select the directory again…
I develop the codes on each platform/computer, so it is no meaning that selecting a directory to exclude from only one side because the directory will appear and disappear on both sides.
Are there any options that I can do or do I need to request a new feature?
P.S.
I’ve tried to link the directory to external directory. However, because of the compilers completely remove the directory, the link also disappears, so I need to link it again and again…