File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change 2
2
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3
3
4
4
# Ignore all test and documentation with "export-ignore".
5
- /.editorconfig export-ignore
6
- /.gitattributes export-ignore
7
- /.gitignore export-ignore
8
- /.github export-ignore
9
- /.php_cs.dist export-ignore
10
- /.styleci.yml export-ignore
11
- /.scrutinizer.yml export-ignore
12
- /.travis.yml export-ignore
13
- /phpunit.xml.dist export-ignore
14
- /tests export-ignore
15
- /CHANGELOG.md export-ignore
16
- /CONTRIBUTING.md export-ignore
17
- /README.md export-ignore
5
+ /.editorconfig export-ignore
6
+ /.gitattributes export-ignore
7
+ /.gitignore export-ignore
8
+ /.github export-ignore
9
+ /.php-cs-fixer.dist.php export-ignore
10
+ /phpunit.xml.dist export-ignore
11
+ /tests export-ignore
12
+ /CHANGELOG.md export-ignore
13
+ /README.md export-ignore
You can’t perform that action at this time.
0 commit comments