ministryofjustice / justice-gov-uk

Justice UK website
https://www.justice.gov.uk/
MIT License
2 stars 0 forks source link

Change .gitignore to ignore only root level .dory.yml file #34

Closed EarthlingDavey closed 7 months ago

EarthlingDavey commented 7 months ago

At the moment, deploy/config/local/.dory.yml isn't checked into git.

I think .dory.yml in .gitignore is too sweeping, and needs to be more specific, like /.dory.yml to only ignore the copied file, but keep the source in git.

wilson1000-MoJ commented 7 months ago

Hey Davey, it might be the case that you're looking at another branch. If you merge main with your local you should get the file.

I've added a screenshot of it below and a link to the file in this repo....


Screenshot 2024-02-08 at 13 19 31

wilson1000-MoJ commented 7 months ago

Also, just a thought, it may be hidden on your local machine. It's a .hidden file.

EarthlingDavey commented 7 months ago

Oops, it's there. Thanks for explaining!