From e812bd8ba5ebaf9853912f673f6bb791be00e5f5 Mon Sep 17 00:00:00 2001 From: zhouqisheng Date: Mon, 27 Aug 2018 10:40:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9git=20ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smart-doc/.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/smart-doc/.gitignore b/smart-doc/.gitignore index 59d72b8..97b423e 100644 --- a/smart-doc/.gitignore +++ b/smart-doc/.gitignore @@ -23,3 +23,12 @@ target *.jar # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* + + +.classpath +.classes +.project +.settings/ +lib/ +logs/ +target/ \ No newline at end of file -- Gitee