Added how to ignore database changes.

main
Fan-Wu Yang 9 years ago
parent 267a08ce68
commit dbc5ed1080

@ -16,6 +16,9 @@ Run java -jar seng202_2016_team9_phase2.jar
Necessary Files:
/res/userdb.db
To not have userdb.db clash problems run:
git update-index --assume-unchanged res/userdb.db
Getting started:
The application is shipped with all the example data files pre loaded into the database. If the user wants add more data
from a file then they can select a file to import using File -> Import <data> where data is the type of data you are

Loading…
Cancel
Save