From ae29fd16c05124149a54fdf43f53b67a42389e92 Mon Sep 17 00:00:00 2001 From: Twilight Date: Tue, 14 May 2024 14:38:45 +0800 Subject: [PATCH] add .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6b8afe3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.idea +.env \ No newline at end of file