Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.

exclude_files config option to skip including unneccessary files on each request#2

Closed
NHZEX wants to merge 2 commits intoNHZEX:masterfrom
ovos:master
Closed

exclude_files config option to skip including unneccessary files on each request#2
NHZEX wants to merge 2 commits intoNHZEX:masterfrom
ovos:master

Conversation

@NHZEX
Copy link
Owner

@NHZEX NHZEX commented Nov 30, 2019

Paths should be relative to vendor folder.

Example:

"config": {
  "exclude_files": [
    "symfony/polyfill-mbstring/bootstrap.php",
    "symfony/polyfill-php56/bootstrap.php"
  ]
}

by: funkjedi#5

falkenhawk and others added 2 commits December 13, 2017 15:40
…ach request. Paths should be relative to vendor folder.

Example:
```
"config": {
  "exclude_files": [
    "symfony/polyfill-mbstring/bootstrap.php",
    "symfony/polyfill-php56/bootstrap.php",
  ]
}
```
@NHZEX NHZEX closed this in 8d6275a Nov 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants