LaTeX .gitignore file
When using Git to synchronise LaTeX projects, some files should not be committed. These files could be LaTeX temporary files, your final generated pdf document or hidden files made by OS. Followings may need to be added to your .gitignore
.
1 | .DS_Store |
LaTeX .gitignore file