Skip to content

Commit 04c7c29

Browse files
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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,8 @@ Pipfile.lock
5050

5151
# uv
5252
uv.lock
53+
54+
# Node/npm used for installing Prettier locally to override the outdated version that is bundled with the VSCode extension
55+
node_modules/
56+
package-lock.json
57+
package.json

0 commit comments

Comments
 (0)