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 .gitattributes file #235

Closed
ker0x opened this issue Mar 15, 2023 · 1 comment · Fixed by #236
Closed

Add .gitattributes file #235

ker0x opened this issue Mar 15, 2023 · 1 comment · Fixed by #236
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ker0x
Copy link
Contributor

ker0x commented Mar 15, 2023

Description
I would like to suggest adding a .gitattributes file to avoid fetching unnecessary folders and files when installing the package via composer.

WDYT?

Basic example

# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

/.github                            export-ignore
/tests                              export-ignore
/.code-samples.meilisearch.yaml     export-ignore
/.gitattributes                     export-ignore
/.gitignore                         export-ignore
/.php-cs-fixer.dist.php             export-ignore
/bors.toml                          export-ignore
/docker-compose.yml                 export-ignore
/docker-entrypoint.sh               export-ignore
/Dockerfile                         export-ignore
/phpstan.neon                       export-ignore
/phpunit.xml.dist                   export-ignore
@brunoocasali brunoocasali added enhancement New feature or request good first issue Good for newcomers labels Mar 15, 2023
@brunoocasali
Copy link
Member

Hi @ker0x feel free to go ahead and submit the PR 🥇

@ker0x ker0x mentioned this issue Mar 15, 2023
3 tasks
@bors bors bot closed this as completed in e224b5b Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants