JTprogrammingDev / staffmanage

0 stars 1 forks source link

Add RotaPlus.db to GitIgnore #2

Open benjamano opened 4 days ago

benjamano commented 4 days ago

Add RotaPlus.DB to the GitIgnoreso local changes on your separate PCs don't conflict, as you will need to merge DB changes every time you commit if the other person has made changes to the DB. It's very good practice and makes sure sensitive user data doesn't become public.

benjamano commented 4 days ago

I have created a merge request for this here.