From 50761a6e4f961f1659e3d80d504f710c6dee9599 Mon Sep 17 00:00:00 2001 From: LamGC Date: Wed, 23 Dec 2020 23:11:50 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20Project=20=E6=9B=B4=E6=96=B0=20.giti?= =?UTF-8?q?gnore=20=E6=96=87=E4=BB=B6,=20=E6=B7=BB=E5=8A=A0=E5=AF=B9?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=9B=AE=E5=BD=95=E7=9A=84=E5=BF=BD=E7=95=A5?= =?UTF-8?q?,=20=E8=A1=A5=E5=85=85=20logs=20=E6=96=87=E4=BB=B6=E5=A4=B9?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=E8=A7=84=E5=88=99;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Update] .gitignore 添加 'test' 文件夹的匹配规则, 补充 'logs' 文件夹的匹配规则; --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index dc18306..58c9c30 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.class # Log file +/logs/ */logs/ *.log @@ -30,3 +31,6 @@ hs_err_pid* # maven build directory target/ +# Test run directory +/test/ +*/test/