-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path.gitattributes
23 lines (22 loc) · 1.07 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# Ignore all test and documentation with "export-ignore".
# Folders
/.github export-ignore
/docs export-ignore
/tests export-ignore
# Files
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/CODE_OF_CONDUCT.md export-ignore
/composer.lock export-ignore
/docker-compose.override.yml.example export-ignore
/docker-compose.yml export-ignore
/Makefile export-ignore
/mkdocs.yml export-ignore
/phpcs.xml export-ignore
/phpunit.xml export-ignore
/phpunit.xml.dist export-ignore
/sami.php export-ignore