Commit 04c7c29
committed
Update .gitignore to ignore node_modules
This is to allow installing prettier locally because the Prettier VSCode extension includes a very outdated 2.x version of Prettier and version 3.x has a lot of bug fixes. The VSCode extension by default will use a locally installed version of prettier, but won't look globally because that can cause performance issues when someone has network mounted drives.1 parent 07ff01f commit 04c7c29
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
0 commit comments