Refactored structure
This commit is contained in:
parent
e5164ae1dd
commit
548a49a3de
19 changed files with 44 additions and 62 deletions
37
.gitignore
vendored
37
.gitignore
vendored
|
|
@ -1,17 +1,20 @@
|
|||
.idea
|
||||
vendor/
|
||||
composer.phar
|
||||
.DS_Store
|
||||
.settings/
|
||||
.project
|
||||
.buildpath
|
||||
app/config.yml
|
||||
cache
|
||||
/loggerconfig.php
|
||||
/pluginconfig.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
|
||||
/.idea
|
||||
/vendor/
|
||||
/composer.phar
|
||||
/.DS_Store
|
||||
/.settings
|
||||
/.project
|
||||
/.buildpath
|
||||
/app/config.yml
|
||||
/runtime/builds
|
||||
/runtime/daemon
|
||||
/public/.htaccess
|
||||
/cache
|
||||
/app/loggerconfig.php
|
||||
/app/pluginconfig.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue