Skip to content

Commit 5276c6f

Browse files
committed
Add .gitattributes file
1 parent 5b025dd commit 5276c6f

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)