From 309c3281b5a2ca4acfc6fd46e333eff2f2c5d206 Mon Sep 17 00:00:00 2001 From: yz <yz_0812@outlook.com> Date: 星期六, 16 一月 2021 21:13:10 +0800 Subject: [PATCH] 初始化 --- .gitignore | 20 ++++++++------------ 1 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 32858aa..65bb0b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,8 @@ -*.class - -# Mobile Tools for Java (J2ME) -.mtj.tmp/ - -# Package Files # -*.jar -*.war -*.ear - -# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml -hs_err_pid* +**/target/ +**/**/target/ +**/.idea/ +**/log/ +**/*.iml +/febs-cloud/.txlcn/ +**/spy.log +*/.DS_Store \ No newline at end of file -- Gitblit v1.8.0