Ignored files
Teamtype ignores
.teamtypeand everything in it,- all files ignored via
.teamtypeignorefiles (which work like.gitignorefiles), - 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.
Note that you shouldn’t rely on .gitignore or .teamtypeignore files to “protect sensitive information” from being shared with peers you don’t trust, as the peers could easily delete these ignore files.