File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11node_modules
2- package.json
3- package-lock.json
42pnpm-lock.yaml
5- changelog.md
6- coverage
7- build
3+ package-lock.json
84dist
Original file line number Diff line number Diff line change @@ -39,18 +39,16 @@ Add the following to your `package.json`
3939
4040and run ` npm run format ` to format the files. You can also use ` npm run test.format ` in the CI to test formatting of the project.
4141
42- To ignore some files from formatting, create a ` .prettierignore ` file and add the files to the list.
42+ To ignore some files from formatting, create a ` .prettierignore ` file and add the files to the list. This is usually the same as ` gitignore ` .
4343
4444```
4545node_modules
46- package.json
47- package-lock.json
48- yarn.lock
4946pnpm-lock.yaml
50- coverage
47+ package-lock.json
48+ dist
5149```
5250
53- Also add the built folders like ` dist ` to the above list.
51+ Notice that the built folders like ` dist ` are in the above list.
5452
5553### Modifying the config
5654
You can’t perform that action at this time.
0 commit comments