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