Skip to content

Commit 3562063

Browse files
committed
Add .gitattributes
1 parent f97aaa5 commit 3562063

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

0 commit comments

Comments
 (0)