When I use entity framework core to do make a code first database application and I update the database, it's generating file with the format "20200729230810_InitialModel.cs". They are the current state of the Models. Should I add them in .gitignore?