forked from meilisearch/meilisearch-symfony
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
15 lines (14 loc) · 699 Bytes
/
.gitattributes
File metadata and controls
15 lines (14 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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