prevent docs dir from exporting and installing
This commit is contained in:
parent
cfc3d8104d
commit
28ad51b5e3
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
docs export-ignore
|
||||||
|
.gitattributes export-ignore
|
||||||
|
.gitignore export-ignore
|
@ -24,7 +24,8 @@
|
|||||||
"extra": {
|
"extra": {
|
||||||
"oxideshop": {
|
"oxideshop": {
|
||||||
"blacklist-filter": [
|
"blacklist-filter": [
|
||||||
"composer.json"
|
"composer.json",
|
||||||
|
"docs/**/*.*"
|
||||||
],
|
],
|
||||||
"target-directory": "d3/pdfdocuments"
|
"target-directory": "d3/pdfdocuments"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user