prevent docs dir from exporting and installing

This commit is contained in:
Daniel Seifert 2020-07-02 16:02:15 +02:00
parent cfc3d8104d
commit 28ad51b5e3
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
2 changed files with 5 additions and 1 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
docs export-ignore
.gitattributes export-ignore
.gitignore export-ignore

View File

@ -24,7 +24,8 @@
"extra": {
"oxideshop": {
"blacklist-filter": [
"composer.json"
"composer.json",
"docs/**/*.*"
],
"target-directory": "d3/pdfdocuments"
}