add node_modules to .gitignore

main
Caleb Fontenot 2024-05-09 14:21:58 +07:00
parent 03ff18d178
commit 5299b3ec4c
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored

@ -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