From a6bf24134d99be79e77b8969186b9f46ffee075a Mon Sep 17 00:00:00 2001 From: Roberto Aguilar Date: Mon, 29 Apr 2019 16:21:59 -0500 Subject: [PATCH] Exclude StyleCI config from exported files (#5012) I noticed that this file was being included when i ran the `laravel new` command and even though some developers will run StyleCI, the purpose of this file seems more like it ensures the repository quality rather than providing an starting point for this service. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 967315dd..0f772996 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,4 +2,5 @@ *.css linguist-vendored *.scss linguist-vendored *.js linguist-vendored +.styleci.yml export-ignore CHANGELOG.md export-ignore