Use Naomi's better .gitignore, tidy up what files are committed into src/ #16
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: autonomic-cooperative/wordpress-bedrock-template#16
Loading…
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
.gitignore
in thenorfolkmusic_composer
repo 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
app
andwp
folders, noindex.php
, which seems to make our nginx/PHP-FPM config not work.Do you end up with an
index.php
there 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.