From c8130e887edbca5f07b8ab7e28a0f6517f8773df Mon Sep 17 00:00:00 2001 From: sairajzero Date: Sun, 27 Mar 2022 16:53:03 +0530 Subject: [PATCH] Update .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9213d1c..e3fd711 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ /node_modules/ /package-lock.json /args/config.json -/args/param.json \ No newline at end of file +/args/param.json +/log.txt +/bash_start* +*test* \ No newline at end of file