From 84df066c49f245391b0298a9184dfbdae6650327 Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:39:30 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 44177cc6..dffcc2b2 100644 --- a/.gitignore +++ b/.gitignore @@ -114,4 +114,12 @@ source/templates/@* source/app/web/statics/preview # Presets -.presets \ No newline at end of file +.presets + +# V4 +.deno-make.json +.coverage +.secrets +.test +source/run/serve/static/app.js +metrics.config.yml \ No newline at end of file