From a02b6d4680db04cc55d0c99deca71666a77a31d9 Mon Sep 17 00:00:00 2001 From: sairajzero Date: Mon, 30 Aug 2021 22:01:56 +0530 Subject: [PATCH] Create .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1d04c6e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/node_modules/ +/package-lock.json +/args/config.json +/args/param.json +*test* \ No newline at end of file