diff --git a/.gitignore b/.gitignore index f3cc95f..d15d877 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,5 @@ phpunit.phar /app/vendor/* /upload/* /files/* +upload.tar.gz +app/config/db.php diff --git a/app/config/db.php b/app/config/db.php deleted file mode 100755 index b461faa..0000000 --- a/app/config/db.php +++ /dev/null @@ -1,9 +0,0 @@ - 'yii\db\Connection', - 'dsn' => 'mysql:host=localhost;dbname=bubochka_db', - 'username' => 'bubochka_usr', - 'password' => 'J6q8H6b4', - 'charset' => 'utf8', -]; -- libgit2 0.21.4