From debf4ecb46e8d6c6bc9f10df9e40f1873a8d0081 Mon Sep 17 00:00:00 2001 From: adi surya <adisurya1@gmail.com> Date: Wed, 27 Jul 2022 15:51:25 +0700 Subject: [PATCH] ignore pid and logs --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 36420af..1ff7754 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ node_modules -config.json \ No newline at end of file +config.json +pid.txt +logs \ No newline at end of file -- 1.9.0