mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Fix codeblock example in latest TIL
This commit is contained in:
@@ -18,7 +18,7 @@ At some point I added it to my repo's `.git/info/exclude` file. The `-v` flag
|
|||||||
How about these pesky `.DS_Store` directories? How are those being ignored?
|
How about these pesky `.DS_Store` directories? How are those being ignored?
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git check-ignore .DS_Store -v
|
$ git check-ignore -v .DS_Store
|
||||||
/Users/jbranchaud/.gitignore:3:.DS_Store .DS_Store
|
/Users/jbranchaud/.gitignore:3:.DS_Store .DS_Store
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user