Ignore npm files (#2313)
This commit is contained in:
parent
1340f56344
commit
3fc00f80db
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -50,3 +50,8 @@ src/arm-none-eabi
|
|||
|
||||
# clangd
|
||||
.cache/
|
||||
|
||||
# npm files
|
||||
node_modules
|
||||
package.json
|
||||
package-lock.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue