From fadcc938176c818d64fb84b19bff916dd1ea725c Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Wed, 3 Jul 2024 21:08:05 -0500 Subject: [PATCH] add to gitignore --- template-js/.gitignore | 3 ++- template-ts/.gitignore | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/template-js/.gitignore b/template-js/.gitignore index 7af7f04..c353cb5 100644 --- a/template-js/.gitignore +++ b/template-js/.gitignore @@ -1,2 +1,3 @@ /node_modules -.env \ No newline at end of file +.env +.sern/ diff --git a/template-ts/.gitignore b/template-ts/.gitignore index c7fb7a4..75257df 100644 --- a/template-ts/.gitignore +++ b/template-ts/.gitignore @@ -1,3 +1,4 @@ /node_modules /dist -.env \ No newline at end of file +.env +.sern/