From bfd6ae10474047f0def5e83cea42e413c94e528f Mon Sep 17 00:00:00 2001 From: jess-render <156841323+jess-render@users.noreply.github.com> Date: Thu, 25 Jan 2024 18:34:53 -0800 Subject: [PATCH] Add node_modules to gitignore in Express backends (#447) Co-authored-by: Jess Lin <jesslin@Jesss-MBP.render.com> --- templates/types/simple/express/gitignore | 1 + templates/types/streaming/express/gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/types/simple/express/gitignore b/templates/types/simple/express/gitignore index 15c3d3d5..7d5e30fc 100644 --- a/templates/types/simple/express/gitignore +++ b/templates/types/simple/express/gitignore @@ -1,2 +1,3 @@ # local env files .env +node_modules/ \ No newline at end of file diff --git a/templates/types/streaming/express/gitignore b/templates/types/streaming/express/gitignore index 15c3d3d5..7d5e30fc 100644 --- a/templates/types/streaming/express/gitignore +++ b/templates/types/streaming/express/gitignore @@ -1,2 +1,3 @@ # local env files .env +node_modules/ \ No newline at end of file -- GitLab