Skip to content

Ignore Untracked File Changes

Compare
Choose a tag to compare
@AlexB52 AlexB52 released this 07 Nov 04:28
· 184 commits to main since this release

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.

Issues Fixed