16 lines
306 B
Plaintext
Executable File
16 lines
306 B
Plaintext
Executable File
#
|
|
# .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 |