From aa11d8bd580d04d0269a8ea7ecd16ca3191413ee Mon Sep 17 00:00:00 2001 From: Ciro Date: Wed, 16 Nov 2022 15:46:59 -0300 Subject: [PATCH] add node_modules and yarn.lock on gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f50c89f..ab77f62 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ __pycache__ /src/socketify.egg-info /build /dist -*.o \ No newline at end of file +*.o +node_modules/ +yarn.lock \ No newline at end of file