Husarion Project Version Control - .ninja_deps and .ninja_log

Hello,

I am using VSC + Husarion extension on Windows to develop for ROSbot 2.0.

I created the project using the extension, and noticed that the .gitignore did not include .ninja_deps and .ninja_log files, contrary to my expectation.

What is the reason we track these files in our version control?

Thanks in advance,
Erinc

Hello Erinc,

The .ninja_deps and .ninja_log files are not necessary to be included in version control. Thank you for pointing that out.
We have released update for VSC extension, now these files are included in .gitignore.

Regards,
Łukasz

1 Like