Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们需要包含 .nyc_output 还是应该将该目录放在 .gitignore 中
是的,它应该包含在 .gitignore 中;因为,它是最终运行时使用的数据中间缓存nyc report。
nyc report
作为中间商店,您不想跟踪内容;因为,它们实际上并不是“来源”。当源代码控制系统只跟踪真正的源代码并且不尝试修改中间文件时,它们会做得更好。