Working on a project on Yii using the PHPStorm IDE I ran into a problem: after adding the configuration file /prorected/config/db.php
in the .gitignore
Git system continues to monitor it and proposes to add in a commit. The same situation with the contents of folders /protected/runtime/*
(with a .log files of app) and /assets/*
I'm trying to run following command: $ git rm --cached protected/config/db.php
- no effect((
What am I doing wrong? Many thanks in advance!