From ee0ca2b061d7dbc0234538c28e771293eb1a99f5 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 3 May 2018 10:21:37 +0800 Subject: [PATCH 1/3] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=B8=AA=E6=80=A7?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5c936487e..0bda82a1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ !.gitignore !.gitattributes -/.idea -/.svn -/.git +*.DS_Store +*.idea +*.svn +*.git +*nbproject /runtime -/nbproject /composer.lock /static/upload \ No newline at end of file From f7e17446b18cd2a535a0c32e80eaff24f3842374 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 3 May 2018 10:22:44 +0800 Subject: [PATCH 2/3] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=BF=BD=E7=95=A5=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0bda82a1d..a4fcc6215 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.svn *.git *nbproject +!composer.json /runtime /composer.lock /static/upload \ No newline at end of file From 52f06769793f26f3610a9fe928c1e3f51fa14c56 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 3 May 2018 10:23:40 +0800 Subject: [PATCH 3/3] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=BF=BD=E7=95=A5=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a4fcc6215..54d17f6c4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ *.svn *.git *nbproject -!composer.json /runtime +!composer.json /composer.lock /static/upload \ No newline at end of file