the annoying thing about this is trying to sync the whole folder, without needing to sync one file at a time, and trying to exclude bin/ and obj/ (which will crash the server)
and deleting them after the symlink is setup doesn't work. they just get re-created at the source on save or on build or some other such thing
probably solvable by avoiding putting anything at the top level (for any of my mods, ever) and symlinking the individual folders that way. then you just need to reset the symlink whenever you create a new folder (rare)
the annoying thing about this is trying to sync the whole folder, without needing to sync one file at a time, and trying to exclude
bin/
andobj/
(which will crash the server)and deleting them after the symlink is setup doesn't work. they just get re-created at the source on save or on build or some other such thing
probably solvable by avoiding putting anything at the top level (for any of my mods, ever) and symlinking the individual folders that way. then you just need to reset the symlink whenever you create a new folder (rare)