frontend
frontend copied to clipboard
Investigate root .gitignore
Currently .gitignore has a line for phpunit.xml, so it wasn't pushed in a recent deploy and the phpunit tests failed to run. Investigate if .gitignore needs to be updated.
also add on .gitignore the project specific files: config/autoload/local.php mail.local.php debugbar.local.php development.local.php
and the folders: data/cache
also add on .gitignore the project specific files: config/autoload/local.php mail.local.php debugbar.local.php development.local.php
*.local
files are already ignored in this file
resolved in https://github.com/dotkernel/frontend/pull/435