From 81c8cb4927f5bf71c31769546c34310847c19ff4 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Wed, 24 Aug 2022 15:34:08 +0100 Subject: [PATCH] updating gitignore to ignore secrets and any nodemodules dir --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0f83f23..b55bcc1 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ .cxx local.properties /benchmark-out -/node_modules \ No newline at end of file +**/node_modules +.secrets \ No newline at end of file