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.
This commit is contained in:
Roberto Aguilar 2019-04-29 16:21:59 -05:00 committed by Taylor Otwell
parent 3995828c13
commit a6bf24134d
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -2,4 +2,5 @@
*.css linguist-vendored
*.scss linguist-vendored
*.js linguist-vendored
.styleci.yml export-ignore
CHANGELOG.md export-ignore