We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.gitattributes
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
The text was updated successfully, but these errors were encountered:
Bonjour @ronanguilloux Is this one good for me to do a PR ?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Example: https://github.com/code-lts/Laravel-FCM/blob/main/.gitattributes
The text was updated successfully, but these errors were encountered: