HackYourFuture / Assignments

This repository contains all of the homework exercises that need to be handed in for the HackYourFuture curriculum.
Other
10 stars 97 forks source link

Add auto-generated files in the gitignore #79

Closed thibaudszy closed 2 years ago

thibaudszy commented 2 years ago

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?

robvk commented 2 years ago

Already handled in PRs