Re-add syntax highlighting to daily emails and

...ATDC lessons
This commit is contained in:
Oliver Davies 2024-02-18 01:35:59 +00:00
parent 0d9bb37503
commit 5fbf48d9ac
48 changed files with 186 additions and 165 deletions

View file

@ -27,7 +27,7 @@ Anything that affects multiple users - such as ignoring `vendor` or `node_module
Add this to your `~/.gitconfig` or `~/.config/git/config` file to set the path for your global ignore file:
```plain
```language-plain
[core]
excludesFile = "~/.config/git/ignore"
```