From bb1e02b41a331b2d266e9ae675a5d93f5c3f92cf Mon Sep 17 00:00:00 2001 From: Anatoly Kopyl Date: Tue, 23 Mar 2021 13:46:45 +0300 Subject: [PATCH] Created .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3ec544c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules/ +.env \ No newline at end of file