Syncing files outside of the Google Drive folder across multiple computers

I use two computers for development, and would like to automatically keep my hosts files synced across the computers. Obviously this file isn’t in the Google Drive folder, and is a system file.

Is this possible? If so, how would I go about doing that? Both machines that I want to keep synced are Windows 10.

Thanks

Maybe the “add to Insync” feature could address this?

Why not use a symlink (this happens with right click “add to insync”) to link your hosts file on one box, then do the same on the other box. The second box will need to be the version of the hosts file you want to keep, since it will probably overwrite the version from the first box. I’m pretty sure that you can move the hosts file in the Google drive interface after it’s been symlinked on both boxes - I think I did that in the past.