Commit db5390cc049dfe8964626fde677139e02d4ed2fe

Authored by Yarik
1 parent e26d0c56

Ignores

.gitignore 0 → 100644
  1 +# yii console commands
  2 +/yii
  3 +/yii_test
  4 +/yii_test.bat
  5 +
  6 +# phpstorm project files
  7 +.idea
  8 +
  9 +# netbeans project files
  10 +nbproject
  11 +
  12 +# zend studio for eclipse project files
  13 +.buildpath
  14 +.project
  15 +.settings
  16 +
  17 +# windows thumbnail cache
  18 +Thumbs.db
  19 +
  20 +# composer vendor dir
  21 +/vendor
  22 +
  23 +# composer itself is not needed
  24 +composer.phar
  25 +
  26 +# Mac DS_Store Files
  27 +.DS_Store
  28 +
  29 +# phpunit itself is not needed
  30 +phpunit.phar
  31 +# local phpunit config
  32 +/phpunit.xml
  33 +
  34 +# vagrant runtime
  35 +/.vagrant
  36 +/artweb/
... ...
backend/config/.gitignore 0 → 100644
  1 +main-local.php
  2 +params-local.php
  3 +test-local.php
... ...
backend/runtime/.gitignore 0 → 100644
  1 +*
  2 +!.gitignore
0 3 \ No newline at end of file
... ...
backend/web/.gitignore 0 → 100644
  1 +/index.php
  2 +/index-test.php
... ...
backend/web/assets/.gitignore 0 → 100644
  1 +*
  2 +!.gitignore
... ...
common/config/.gitignore 0 → 100644
  1 +main-local.php
  2 +params-local.php
  3 +test-local.php
... ...
console/config/.gitignore 0 → 100644
  1 +main-local.php
  2 +params-local.php
0 3 \ No newline at end of file
... ...
console/runtime/.gitignore 0 → 100644
  1 +*
  2 +!.gitignore
0 3 \ No newline at end of file
... ...
frontend/config/.gitignore 0 → 100644
  1 +main-local.php
  2 +params-local.php
  3 +test-local.php
... ...
frontend/runtime/.gitignore 0 → 100644
  1 +*
  2 +!.gitignore
0 3 \ No newline at end of file
... ...
frontend/web/.gitignore 0 → 100644
  1 +/index.php
  2 +/index-test.php
... ...
frontend/web/assets/.gitignore 0 → 100644
  1 +*
  2 +!.gitignore
... ...
vagrant/config/.gitignore 0 → 100644
  1 +# local configuration
  2 +vagrant-local.yml
0 3 \ No newline at end of file
... ...
vagrant/nginx/log/.gitignore 0 → 100644
  1 +# nginx logs
  2 +backend-access.log
  3 +backend-error.log
  4 +frontend-access.log
  5 +frontend-error.log
0 6 \ No newline at end of file
... ...