add node_modules to .gitignore

This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2024-05-09 14:21:58 -05:00
parent 03ff18d178
commit 5299b3ec4c

2
.gitignore vendored
View File

@ -11,7 +11,7 @@ cmake_install.cmake
Makefile Makefile
build build
tools tools
node_modules/
# Resulting binary files # Resulting binary files
*.a *.a
*.so *.so