I created a solution which includes a bunch of DLLs, a website and a SQL Server Database project.
In this project, Visual Studio seems to maintain a .dbml file. The problem is that every time I open the solution, this file gets modified and my source control system (Git) wants to check it in.
Question is, can I safely ignore the changes made to this file? Should I exclude it from the repository?