Skip to content

Commit

Permalink
避免使用 composer create-project 创建项目时下载不必要的文件
Browse files Browse the repository at this point in the history
  • Loading branch information
ueaner committed Feb 27, 2018
1 parent 4072bea commit b88cb40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* text=auto

/README.md export-ignore
/.* export-ignore
/*.xml export-ignore

0 comments on commit b88cb40

Please sign in to comment.