Remove config/addon-sample.config.php file in favor of per-addon configuration files
- Update documentation and .gitignore
This commit is contained in:
parent
9751cadfbf
commit
fa3db8737b
3 changed files with 12 additions and 25 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -10,10 +10,9 @@ home.html
|
|||
robots.txt
|
||||
|
||||
#ignore local config
|
||||
/config/local.config.php
|
||||
/config/addon.config.php
|
||||
/config/local.ini.php
|
||||
/config/addon.ini.php
|
||||
!/config/local-sample.config.php
|
||||
/config/*.config.php
|
||||
/config/*.ini.php
|
||||
|
||||
#ignore documentation, it should be newly built
|
||||
/doc/api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue