Skip to content

Commit ba1b6ad

Browse files
add node_modules to .gitignore (#340)
1 parent 8b6d9f2 commit ba1b6ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ cython_debug/
166166
.vscode/settings.json
167167
.DS_Store
168168

169+
# JavaScript tooling
170+
node_modules/
171+
169172
# Project specific
170173
history.txt
171174
cleanup.py

0 commit comments

Comments
 (0)