Should I add the database migration files in .gitignore file?

Viewed 593

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?

0 Answers
Related