Ignored files
Teamtype ignores
- .teamtypeand 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-vcsflag enables sharing these directories, see here for details.
To prevent Teamtype from sharing files that contain sensitive information, like secrets, with your peers, add them to a .gitignore file.