git - 你的 Latex 项目的 .gitignore 是什么样的?

标签 git latex

我想知道我应该从 LaTeX 项目中的 VSC 中排除哪些文件

最佳答案

我查看了 Kile's (LaTeX 编辑器)首选项并找到 Automatically clean-up files列表。我认为这肯定是不必要的文件。列表:

.aux .bit .blg .bbl .lof .log .lot .glo .glx .gxg .gxs .idx .ilg .ind .out .url .svn .toc

我觉得.gitignore就够了.

关于git - 你的 Latex 项目的 .gitignore 是什么样的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42791471/

相关文章:

r - Rmarkdown 中并排 Xtable

r - 黑白文档的代码样式

javascript - 如何将 Grunt 生成的文件添加到我的 Github 存储库?

git - 当我在本地仓库中进行了明确的更改时,为什么 git 会告诉我 "my branch is up to date"?

r - xtable 和标题对齐

reference - Latex:在同一位置引用两个同名作者的引用文献时如何避免省略作者姓名

R Markdown : how make I make inline code do not execute?

Git/GitKraken – 从备份恢复 repo 后,文件模式更改为未知值 (14001)

git - 在不添加到索引的情况下开始在 Git 中跟踪文件

git log - 仅显示提交消息的前 x 个字符