From b88cb40e73244b5a494eb7cce837f81ba4071083 Mon Sep 17 00:00:00 2001 From: ueaner Date: Tue, 27 Feb 2018 11:26:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=BF=E5=85=8D=E4=BD=BF=E7=94=A8=20composer?= =?UTF-8?q?=20create-project=20=E5=88=9B=E5=BB=BA=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=97=B6=E4=B8=8B=E8=BD=BD=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..269045b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* text=auto + +/README.md export-ignore +/.* export-ignore +/*.xml export-ignore