From d367044da2cb31dce5569d8725dc7497e5493de0 Mon Sep 17 00:00:00 2001 From: lukkea Date: Fri, 9 Oct 2020 11:37:04 +0100 Subject: [PATCH] clarified that .idea folder should be added to global .gitignore, not the repo .gitignore --- README.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.development b/README.development index 5cd8791a5..5ffbe803c 100644 --- a/README.development +++ b/README.development @@ -239,7 +239,7 @@ While some of this list is in an arbitrary order, significant steps are in a spe - if you don't set the virtual environment to pyenv (Anki's virtual environment folder) don't forget to add the virtual environment folder to your global (not local) .gitignore if you haven't already. -- add .idea folder to .gitignore +- add .idea folder to your global .gitignore (not the local .gitignore in the cloned repo) - from project root run: - pip install -r qt/requirements.qt