Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a .gitattributes file to reduce vendor bundle size #175

Open
williamdes opened this issue Feb 3, 2022 · 1 comment · May be fixed by #185
Open

Add a .gitattributes file to reduce vendor bundle size #175

williamdes opened this issue Feb 3, 2022 · 1 comment · May be fixed by #185

Comments

@williamdes
Copy link

Example: https://github.com/code-lts/Laravel-FCM/blob/main/.gitattributes

vendor/ronanguilloux/isocodes
├── CHANGELOG.md
├── .circleci                  <------------------ remove the folder
│   └── config.yml
├── CODE_OF_CONDUCT.md <----- remove it
├── commit.template <----- remove it
├── composer.json
├── CONTRIBUTING.md
├── .coveralls.yml <----- remove it
├── .gitignore <----- remove it
├── LICENSE
├── Makefile <----- remove it
├── .php_cs.php <----- remove it
├── phpunit.xml.dist <----- remove it
├── pre-commit <----- remove it
├── README.md
├── .scrutinizer.yml <----- remove it
├── src [...]
├── tests [...]                   <------------------ remove the folder ?
└── .travis.yml <----- remove it

6 directories, 108 files
@williamdes
Copy link
Author

Bonjour @ronanguilloux
Is this one good for me to do a PR ?

@stof stof linked a pull request Jul 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant