From c920bea4ca88440eb41604fa158541ce5fb3b0a7 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Mon, 17 Jul 2023 13:50:11 +1200 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b84573e..bd09c35 100644 --- a/.gitignore +++ b/.gitignore @@ -124,3 +124,6 @@ venv.bak/ .mypy_cache/ .dmypy.json dmypy.json + +# node +node_modules/ \ No newline at end of file