GitBook은.gitignore,.bookignore그리고.ignore파일들로 파일이나 폴더를 무시하고 넘어갈 수 있다.+
.gitignore
.bookignore
.ignore
이러한 파일들의 형태는.gitignore와 같다.
# 코맨트(주석) # test.md 파일을 무시 test.md # bin 디렉토리 안의 모든 파일을 무시 bin/*