Skip to content

Commit d99f12f

Browse files
author
Joel Hill
committed
gitignore: add Node and local environment files to ignore list
1 parent 6a6981c commit d99f12f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,11 @@ src/arm-none-eabi
5050

5151
# clangd
5252
.cache/
53+
54+
# Node
55+
node_modules/
56+
package-lock.json
57+
package.json
58+
59+
# Local Environment
60+
.env

0 commit comments

Comments
 (0)