Skip to content

Git setup for a new app (closes #9)

Richard Smith-Unna requested to merge gitsetup into master

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

Merge request reports