From 9cefa847a9bd0970c288c21e34d082fb0520d2a8 Mon Sep 17 00:00:00 2001 From: Konstantin Grachev Date: Thu, 11 Feb 2021 15:12:03 +0300 Subject: [PATCH] Add .gitattributes --- .gitattributes | 21 +++++++++++++++++++++ README.md | 2 +- logo.png => docs/logo.png | Bin 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .gitattributes rename logo.png => docs/logo.png (100%) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..86ae183 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/README.md b/README.md index a5e900c..cf52be2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Nsq PHP - + PHP Client for [NSQ](https://nsq.io/). diff --git a/logo.png b/docs/logo.png similarity index 100% rename from logo.png rename to docs/logo.png