From 76e8d3f1e6c6e6c052aeb638e6a4c16420133f5b Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 2 Jul 2020 16:02:15 +0200 Subject: [PATCH] prevent docs dir from exporting and installing --- .gitattributes | 3 +++ composer.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitattributes 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" }