File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 22# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
33
44# Ignore all test and documentation with "export-ignore".
5+ /.codeclimate.yml export-ignore
6+ /.editorconfig export-ignore
57/.gitattributes export-ignore
68/.gitignore export-ignore
7- /.travis.yml export-ignore
8- /phpunit.xml.dist export-ignore
99/.scrutinizer.yml export-ignore
10- /tests export-ignore
11- /.editorconfig export-ignore
1210/.styleci.yml export-ignore
11+ /.travis.yml export-ignore
1312/_config.yml export-ignore
1413/codacy.yml export-ignore
14+ /phpunit.xml.dist export-ignore
15+ /.github export-ignore
16+ /tests export-ignore
1517/build export-ignore
Original file line number Diff line number Diff line change 22
33All Notable changes to ` laravel-permission-mongodb ` will be documented in this file.
44
5+ ## 1.8.2 - 2018-08-14
6+
7+ ### Changed
8+ - Exclude yml files from export
59
610## 1.8.1 - 2018-06-24
711
You can’t perform that action at this time.
0 commit comments