File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ # Ignore everything unnecessary to reduce vendor sizes
2+ /.gitattributes export-ignore
3+ /.gitignore export-ignore
4+ /.travis.yml export-ignore
5+ /phpunit.xml.dist export-ignore
6+ /.scrutinizer.yml export-ignore
7+ /.styleci.yml export-ignore
8+ /tests export-ignore
9+ /.editorconfig export-ignore
10+ /docs export-ignore
11+ /webpack.mix.js export-ignore
12+ /package-lock.json export-ignore
13+ /.prettierrc export-ignore
14+ /resources /css / export-ignore
15+ /resources /js / export-ignore
16+ /tailwind.config.js export-ignore
17+ /webpack.mix.js export-ignore
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.0.4] - 2023-24-07
9+
10+ ### Changed
11+
12+ - Added .gitattributes file to reduce vendor size
13+
814## [ 2.0.3] - 2022-19-12
915
1016### Changed
You can’t perform that action at this time.
0 commit comments