From f37136de1aba0df5d41477052a1767dfedf9ad4e Mon Sep 17 00:00:00 2001 From: Matt Hoffner Date: Tue, 27 Jun 2023 20:09:37 -0700 Subject: [PATCH] chore: add node_modules to gitignore (#84) Co-authored-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7975b464..4152d0fa 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ share/python-wheels/ .installed.cfg *.egg MANIFEST +node_modules # PyInstaller # Usually these files are written by a python script from a template