Re-add syntax highlighting to daily emails and
...ATDC lessons
This commit is contained in:
parent
0d9bb37503
commit
5fbf48d9ac
48 changed files with 186 additions and 165 deletions
|
@ -17,14 +17,14 @@ The default approach is that all files can be added, and you specify the files a
|
|||
|
||||
For example, if my `.gitignore` file was this, these two directories would be ignored:
|
||||
|
||||
```plain
|
||||
```language-plain
|
||||
vendor
|
||||
web
|
||||
```
|
||||
|
||||
The other approach is to ignore everything and unignore the things to add. For example:
|
||||
|
||||
```plain
|
||||
```language-plain
|
||||
*
|
||||
!build.yaml
|
||||
!Dockerfile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue