From 46605bc03b395379d935f2e56cd90417845e8d70 Mon Sep 17 00:00:00 2001 From: Nick Jackson Date: Tue, 2 Jul 2024 12:59:37 +0100 Subject: [PATCH] ci(FCL-176): add node_modules to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a81c8ee..5195f11 100644 --- a/.gitignore +++ b/.gitignore @@ -136,3 +136,6 @@ dmypy.json # Cython debug symbols cython_debug/ + +# Node +node_modules/