From 04b82d66246e868a97dea50c0ae7b05abc1d7417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E5=A4=A9?= Date: Sun, 17 Apr 2022 21:28:57 +0800 Subject: [PATCH] .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1735804 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +target/** +.idea/** \ No newline at end of file