Use Naomi's better .gitignore, tidy up what files are committed into src/ #16

Open
opened 2021-12-08 11:53:00 +00:00 by 3wordchant · 1 comment
Owner

The .gitignore in the norfolkmusic_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.

The [`.gitignore` in the `norfolkmusic_composer` repo](https://git.autonomic.zone/autonomic-cooperative/norfolkmusic_composer/src/branch/main/.gitignore) 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.
3wordchant added the
enhancement
label 2021-12-08 11:53:00 +00:00
Author
Owner

@naomi do we definitely not need e.g. src/web/index.php?

I just did this series of steps:

git clone ssh://git@git.autonomic.zone:2222/autonomic-cooperative/norfolkmusic_composer.git
cd norfolkmusic_composer/src
# then something equivalent to:
composer install
ls web/

And I only see app and wp folders, no index.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.

@naomi do we definitely not need e.g. `src/web/index.php`? I just did this series of steps: ``` git clone ssh://git@git.autonomic.zone:2222/autonomic-cooperative/norfolkmusic_composer.git cd norfolkmusic_composer/src # then something equivalent to: composer install ls web/ ``` And I only see `app` and `wp` folders, no `index.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.
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: autonomic-cooperative/wordpress-bedrock-template#16
No description provided.