Skip to content

Commit

Permalink
Merge pull request #72 from mostafamaklad/v1.8
Browse files Browse the repository at this point in the history
update .gitattributes
  • Loading branch information
mostafamaklad committed Aug 14, 2018
2 parents 125b18d + af2077e commit d2d7449
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.codeclimate.yml export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/.scrutinizer.yml export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.styleci.yml export-ignore
/.travis.yml export-ignore
/_config.yml export-ignore
/codacy.yml export-ignore
/phpunit.xml.dist export-ignore
/.github export-ignore
/tests export-ignore
/build export-ignore
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All Notable changes to `laravel-permission-mongodb` will be documented in this file.

## 1.8.2 - 2018-08-14

### Changed
- Exclude yml files from export

## 1.8.1 - 2018-06-24

Expand Down

0 comments on commit d2d7449

Please sign in to comment.