Website backend and frontend code that does not get generated in the MBGen process and templates for the files that get generated.
To reset the status in backend/src or frontend:
git clean -df
git checkout .
The first resets the files JsonSupport.scala and db/ZooDb.scala, while the second removes table-specific packages.
In frontend, run yarn install after resetting the status.