Add .gitattributes
This commit is contained in:
21
.gitattributes
vendored
Normal file
21
.gitattributes
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Exclude build/test files from archive
|
||||||
|
/.editorconfig export-ignore
|
||||||
|
/.gitattributes export-ignore
|
||||||
|
/.github export-ignore
|
||||||
|
/.gitignore export-ignore
|
||||||
|
/.php_cs export-ignore
|
||||||
|
/.php_cs.dist export-ignore
|
||||||
|
/.psalm export-ignore
|
||||||
|
/docs export-ignore
|
||||||
|
/examples export-ignore
|
||||||
|
/infection.json export-ignore
|
||||||
|
/infection.json.dist export-ignore
|
||||||
|
/phpstan.neon export-ignore
|
||||||
|
/phpunit.xml export-ignore
|
||||||
|
/phpunit.xml.dist export-ignore
|
||||||
|
/psalm.xml export-ignore
|
||||||
|
/tests export-ignore
|
||||||
|
|
||||||
|
# Configure diff output for .php and .phar files.
|
||||||
|
*.php diff=php
|
||||||
|
*.phar -diff
|
@ -1,6 +1,6 @@
|
|||||||
# Nsq PHP
|
# Nsq PHP
|
||||||
|
|
||||||
<img src="https://github.com/nsqphp/nsqphp/raw/main/logo.png" alt="" align="left" width="150">
|
<img src="https://github.com/nsqphp/nsqphp/raw/main/docs/logo.png" alt="" align="left" width="150">
|
||||||
|
|
||||||
PHP Client for [NSQ](https://nsq.io/).
|
PHP Client for [NSQ](https://nsq.io/).
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
Reference in New Issue
Block a user