neuefische / web-exercises

Session exercises
MIT License
20 stars 33 forks source link

Recap-Project 1: Add hint for .gitignore file to setup section #260

Closed ahohnsen closed 1 year ago

ahohnsen commented 1 year ago

I added a reminder to add a .gitignore file to the project as students usually forget.

When I added that line I was not sure, how the convention for highlighting file names is, as it seems a bit inconsistent in the instructions. Maybe someone can give me a hint and I will adjust the file accordingly 🙂

recap-project-1/quiz-app

📄 Rendered Exercise

CJAkkuec commented 1 year ago

As far as the highlighting is concerned ...

No backticks to emphasize importance or readability, such as:

This is a statement, but this is the important part. ❌

Backticks should only be used to wrap file names, code blocks, etc. So you're welcome to use them for the .gitignore file, e

ahohnsen commented 1 year ago

Thank you for the explanation. I highlighted all file names in the instructions.