prevent docs dir from exporting and installing

This commit is contained in:
Daniel Seifert 2020-07-02 16:02:15 +02:00
parent d90516ab12
commit 76e8d3f1e6
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"
}