Skip to content

Commit

Permalink
Add .gitattributes file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarpsvo committed Jul 24, 2023
1 parent e77cc5c commit 13da415
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Ignore everything unnecessary to reduce vendor sizes
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml.dist export-ignore
/.scrutinizer.yml export-ignore
/.styleci.yml export-ignore
/tests export-ignore
/.editorconfig export-ignore
/docs export-ignore
/webpack.mix.js export-ignore
/package-lock.json export-ignore
/.prettierrc export-ignore
/resources/css/ export-ignore
/resources/js/ export-ignore
/tailwind.config.js export-ignore
/webpack.mix.js export-ignore
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.0.8] - 24-07-2023

### Changed

- Improved .gitattributes to reduce vendor size

## [4.0.7] - 23-02-2023

### Changed

- Added check in `handleChange` to call `emitChanges` if `hasRemoved` is true, to ensure changes are emitted after a filter removal.

## [4.0.6] - 21-10-2022

### Changed
Expand Down

0 comments on commit 13da415

Please sign in to comment.