From 44f62efbad40ff8b8718448f4a886e8ea52e1d96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NXU=20=F0=9F=90=A2=F0=9F=90=A2=F0=9F=90=A2?= Date: Tue, 24 Oct 2023 13:38:27 +0800 Subject: [PATCH] First commit --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7bcd3c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Config +.env + +# Compiled scripts +/build + +# Dependencies directory +/node_modules \ No newline at end of file