Ignore npm files (#2313)

This commit is contained in:
Owen from Canada 2025-06-18 07:17:57 -04:00 committed by GitHub
parent 1340f56344
commit 3fc00f80db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
.gitignore vendored
View file

@ -50,3 +50,8 @@ src/arm-none-eabi
# clangd # clangd
.cache/ .cache/
# npm files
node_modules
package.json
package-lock.json