From 54edccbe8c9cee3f5c2715eed005a1f716eb3a58 Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 7 Mar 2022 22:20:19 +0100 Subject: [PATCH] missing gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7298d8525..e3863016e 100644 --- a/.gitignore +++ b/.gitignore @@ -101,4 +101,5 @@ backend/migrationStats.txt dep-graph.png # TypeScript -build/ \ No newline at end of file +build/ +backend/worker.js