From 5ffde8a9fd91f3f80389d8c89d1ed3718e5507d9 Mon Sep 17 00:00:00 2001 From: "wangiegie@gmail.com" Date: Fri, 29 Dec 2017 13:20:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..d9722f7d --- /dev/null +++ b/.gitignore @@ -0,0 +1,39 @@ +# maven ignore +target/ +*.jar +*.war +*.ear +*.zip +*.tar +*.tar.gz + +# eclipse ignore +.settings/ +.project +.classpath + +# idea ignore +.idea/ +*.ipr +*.iml +*.iws + +# logs # +logs + +# temp ignore +*.log +*.cache +*.diff +*.patch +*.tmp +*.java~ +*.properties~ +*.xml~ + +# system ignore +.DS_Store +Thumbs.db +Servers +.metadata +upload \ No newline at end of file