From aa1789da97968a2eb6620c6922505ba76095c185 Mon Sep 17 00:00:00 2001 From: Bradley Bickford Date: Sun, 19 Nov 2023 18:36:03 -0500 Subject: [PATCH] Adding a gitignore entry for media capture testing --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 68c2752..6db0762 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .env config.json node_modules -keyfile.json \ No newline at end of file +keyfile.json +media \ No newline at end of file