Failure on initial cake build due to missing dist folder #107
Open
Description
Describe the bug
On a first-time clone, dotnet cake fails due to missing folder "Frontend/dist"
https://github.com/ligershark/dotnet-new-ui/blob/main/build.cake#LL10C41-L10C42
Steps to reproduce
- Clone
- Run dotnet cake
Expected behaviour
Proposed Fix
- add .gitignore under Frontend/dist
- update Frontend/.gitignore with
/dist
!/dist/.gitignore