clarified that .idea folder should be added to global .gitignore, not the repo .gitignore

This commit is contained in:
lukkea 2020-10-09 11:37:04 +01:00
parent 41d0b7ddca
commit d367044da2

View file

@ -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 - 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. 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: - from project root run:
- pip install -r qt/requirements.qt - pip install -r qt/requirements.qt