Skip to content

Commit 881e616

Browse files
committed
Update .gitignore to include Node.js dependencies
1 parent 25e595e commit 881e616

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ dist/
2424
build/
2525

2626
# Ignore Jupyter Notebook checkpoints
27-
.ipynb_checkpoints/
27+
.ipynb_checkpoints/
28+
# Ignore Node.js dependencies
29+
node_modules/
30+
actions/issue-review/node_modules

0 commit comments

Comments
 (0)