vmware-tanzu-labs / educates-training-platform

A platform for hosting interactive workshop environments in Kubernetes, or on top of a local container runtime.
https://docs.educates.dev
Apache License 2.0
63 stars 14 forks source link

Adding .gitignore to workshop templates #465

Closed jorgemoralespou closed 6 days ago

jorgemoralespou commented 1 week ago

Fixes #429

Adding a .gitignore file to the top of the template (Only for hugo since classic don't create these files anyways) works for when the workshop directory is top level git repo or when it's included in multiworkshop repo.

netlify[bot] commented 1 week ago

Deploy Preview for educates-docs ready!

Built without sensitive environment variables

Name Link
Latest commit df6c79504c71794c167bb479a9605757d00f4c7a
Latest deploy log https://app.netlify.com/sites/educates-docs/deploys/66755935ac0a4c0008e2a2de
Deploy Preview https://deploy-preview-465--educates-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

GrahamDumpleton commented 6 days ago

Okay, didn't realise that .gitignore files can actually be placed in subdirectories as well as root of a repo so not so concerned about this now. Would still like to see a separate --git option which initialises a git repository at same time and in that case could also add a .github directory with workflow actions for GitHub.