1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-14 21:35:00 +02:00

ignore nodejs deps for dprint (#2066)

This commit is contained in:
Alix
2024-05-08 21:42:42 +03:30
committed by GitHub
parent 5ff3b65ea9
commit 99aa37fb0e

5
.gitignore vendored
View File

@ -16,3 +16,8 @@ po/*.po~
.iml .iml
.iws .iws
count.dat count.dat
# Nodejs Files (dprint)
node_modules/
package.json
pnpm-lock.yaml