16 lines
306 B
Plaintext
16 lines
306 B
Plaintext
|
#
|
||
|
# .gitignore
|
||
|
#
|
||
|
|
||
|
*.php diff=php
|
||
|
|
||
|
# do not git export the following directories
|
||
|
build-tools/ export-ignore
|
||
|
tests/ export-ignore
|
||
|
|
||
|
# do not git export the following files
|
||
|
.editorconfig export-ignore
|
||
|
.php_cs export-ignore
|
||
|
.scrutinizer.yml export-ignore
|
||
|
.travis.yml export-ignore
|
||
|
phpunit.xml.dist export-ignore
|