From 29e4687353e199f505c1ca9139f047389d3613da Mon Sep 17 00:00:00 2001 From: cj Date: Tue, 9 Oct 2018 15:39:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=83=BD=E7=9B=B4=E6=8E=A5=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=E6=89=80=E6=9C=89=E5=90=8D=E4=B8=BAbuild=E7=9A=84?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9=EF=BC=8C=E5=9B=A0=E4=B8=BA=E6=BA=90?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=9B=AE=E5=BD=95=E4=B8=AD=E5=90=AB=E4=B9=9F?= =?UTF-8?q?=E6=9C=89=E5=90=8D=E4=B8=BAbuild=E7=9A=84=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B9=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8238ef90..fd446f44 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,7 @@ target/ ### NetBeans ### nbproject/private/ -build/ +build/* nbbuild/ dist/ nbdist/ @@ -36,4 +36,8 @@ nbdist/ ###################################################################### # Others *.log -*.xml.versionsBackup \ No newline at end of file +*.xml.versionsBackup + +!*/build/*.java +!*/build/*.html +!*/build/*.xml \ No newline at end of file