Ignored files
Ethersync ignores
.ethersync
and everything in it,- everything that Git would ignore, and
- version control directories including
.git
,.jj
,.bzr
,.hg
,.pijul
, and even.svn
, and everything in them by default. The--sync-vcs
flag enables sharing these directories, see here for details.
To prevent Ethersync from sharing files that contain sensitive information, like secrets, with your peers, add them to a .gitignore
file.