diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..358977c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +docs export-ignore +.gitattributes export-ignore +.gitignore export-ignore \ No newline at end of file diff --git a/composer.json b/composer.json index 94661d6..15d4f19 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,8 @@ "extra": { "oxideshop": { "blacklist-filter": [ - "composer.json" + "composer.json", + "docs/**/*.*" ], "target-directory": "d3/pdfdocuments" }