From b5a005719f05d0c6455ca28c726b6b1d403b64ed Mon Sep 17 00:00:00 2001 From: songww <songww@inspur.com> Date: 星期四, 07 五月 2020 22:04:50 +0800 Subject: [PATCH] Merge branch 'master' of https://github.com/swwheihei/wvp.git --- .gitignore | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a1c2a23 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* -- Gitblit v1.8.0