add md files to prettier ignore

This commit is contained in:
Oprysk 2021-11-24 16:37:36 +02:00
parent 61d0bb5104
commit 25495e7c4a
2 changed files with 2 additions and 1 deletions

1
.prettierignore Normal file
View File

@ -0,0 +1 @@
*.md

View File

@ -105,7 +105,7 @@ npm install -g http-server
Then, `cd` into your project directory and run the following command:
```node
http - server;
http-server
```
The output after entering the command provides the local URL where the preview can be accessed.