Git setup for a new app (closes #9)
This MR:
- adds a
.gitignore
file to the initial app - initialises a git repo in the root directory of the new app
- stages + commits all appropriate files, including
.giignore
overrides for db and log dir structure
This MR:
.gitignore
file to the initial app.giignore
overrides for db and log dir structure