There are a bunch of files that get created when running npm tasks such as install or test, such as sysinfo.json. These are annoying when reviewing the homeworks as we always have to restore our branches before checking out another one. Some students also commit these files.
Could we add the test-runner.log and sysinfo.json to the .gitignore?
There are a bunch of files that get created when running npm tasks such as
install
ortest
, such assysinfo.json
. These are annoying when reviewing the homeworks as we always have to restore our branches before checking out another one. Some students also commit these files.Could we add the
test-runner.log
andsysinfo.json
to the.gitignore
?