Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Ignored files

Teamtype ignores

  • .teamtype and everything in it,
  • all files ignored via .teamtypeignore files (which work like .gitignore files),
  • 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.

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.