Ignore Untracked File Changes
Description
Retest checks whether git
is installed and ignores files in the .gitignore
file. This ignores changes you would not normally commit like .byebug_history
or sqlite
databases files. If you happen to have a file that keeps being updated once you run a test, another test run would get triggered, creating an infinite loop of tests runs.