Skip to content

Commit e224b5b

Browse files
bors[bot]ker0x
andauthored
Merge #236
236: Add .gitattributes file r=brunoocasali a=ker0x # Pull Request ## Related issue Fixes #235 ## What does this PR do? - Add a `.gitattributes` file to exclude some folders and files when fetching package from composer ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Romain Monteil <[email protected]>
2 parents 5b025dd + 5276c6f commit e224b5b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitattributes

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Path-based git attributes
2+
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3+
4+
/.github/ export-ignore
5+
/tests/ export-ignore
6+
/.code-samples.meilisearch.yaml export-ignore
7+
/.gitattributes export-ignore
8+
/.gitignore export-ignore
9+
/.php-cs-fixer.dist.php export-ignore
10+
/bors.toml export-ignore
11+
/docker-compose.yml export-ignore
12+
/docker-entrypoint.sh export-ignore
13+
/Dockerfile export-ignore
14+
/phpstan.neon export-ignore
15+
/phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)