frontend icon indicating copy to clipboard operation
frontend copied to clipboard

Investigate root .gitignore

Open bidi47 opened this issue 9 months ago • 4 comments

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.

bidi47 avatar May 02 '24 13:05 bidi47

also add on .gitignore the project specific files: config/autoload/local.php mail.local.php debugbar.local.php development.local.php

arhimede avatar May 02 '24 13:05 arhimede

and the folders: data/cache

arhimede avatar May 02 '24 13:05 arhimede

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

alexmerlin avatar May 14 '24 05:05 alexmerlin

and the folders: data/cache

cache directory is already ignored in this file

alexmerlin avatar May 14 '24 05:05 alexmerlin

resolved in https://github.com/dotkernel/frontend/pull/435

bidi47 avatar May 20 '24 12:05 bidi47