diff options
Diffstat (limited to 'docs/pycharm')
-rw-r--r-- | docs/pycharm/configuration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pycharm/configuration.rst b/docs/pycharm/configuration.rst index fa53a8f..ffc7f61 100644 --- a/docs/pycharm/configuration.rst +++ b/docs/pycharm/configuration.rst @@ -67,4 +67,4 @@ Most of the files from `.idea/` were added to `.gitignore` with a few exceptions In theory you can remove them from repository, but then, other people will lose a ability to initialize a project from provided configurations as you did. To get rid of this annoying state, you can run command:: - $ git update-index --assume-unchanged pyblackbird_cc.iml + $ git update-index --assume-unchanged alphabetlearning.iml |