Refactored structure
This commit is contained in:
parent
963225382c
commit
e5164ae1dd
329 changed files with 277 additions and 457 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -1,19 +1,17 @@
|
|||
.idea
|
||||
vendor/
|
||||
composer.phar
|
||||
config.php
|
||||
.DS_Store
|
||||
.settings/
|
||||
.project
|
||||
.buildpath
|
||||
.htaccess
|
||||
PHPCI/config.yml
|
||||
app/config.yml
|
||||
cache
|
||||
/loggerconfig.php
|
||||
/pluginconfig.php
|
||||
PHPCI/Model/Migration.php
|
||||
PHPCI/Model/Base/MigrationBase.php
|
||||
PHPCI/Store/MigrationStore.php
|
||||
PHPCI/Store/Base/MigrationStoreBase.php
|
||||
src/PHPCI/Model/Migration.php
|
||||
src/PHPCI/Model/Base/MigrationBase.php
|
||||
src/PHPCI/Store/MigrationStore.php
|
||||
src/PHPCI/Store/Base/MigrationStoreBase.php
|
||||
local_vars.php
|
||||
Tests/PHPCI/config.yml
|
||||
tests/PHPCI/config.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue