diff options
| author | Owen from Canada <owentosh@gmail.com> | 2025-06-18 07:17:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-18 13:17:57 +0200 |
| commit | 3fc00f80dbfcad68b42dc2251da1136a21b812c3 (patch) | |
| tree | cae143c1e42d8349ded0b249b910a7dfedf700d1 | |
| parent | 1340f563447f2a0fc85c0f32bb3a8bc45740864a (diff) | |
Ignore npm files (#2313)
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -50,3 +50,8 @@ src/arm-none-eabi # clangd .cache/ + +# npm files +node_modules +package.json +package-lock.json |
