mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
clarified that .idea folder should be added to global .gitignore, not the repo .gitignore
This commit is contained in:
parent
41d0b7ddca
commit
d367044da2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue