Skip to content

Commit ca978da

Browse files
Merge pull request #72 from mostafamaklad/v1.8
update .gitattributes
2 parents e6318b9 + 68f41de commit ca978da

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.gitattributes

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All 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

0 commit comments

Comments
 (0)