Use Naomi's better .gitignore, tidy up what files are committed into src/ #16
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
.gitignorein thenorfolkmusic_composerrepo excludes more stuff than the one here. We should probably use that one, and remove any files from this repository which would have been excluded.@naomi do we definitely not need e.g.
src/web/index.php?I just did this series of steps:
And I only see
appandwpfolders, noindex.php, which seems to make our nginx/PHP-FPM config not work.Do you end up with an
index.phpthere if you do the above steps? I had to handwave a bit to get composer running with PHP7 so it's possible I did something too weird on my end.