chore: add secret.txt and .idea to .gitignore, update venv cmd

pull/68/head
Michael Nahkies 4 years ago
parent e267c9a663
commit a2b6a370b2

3
.gitignore vendored

@ -7,9 +7,10 @@ Session.vim
/.coverage
/tmp
/media
/.idea
__pycache__
.*.swp
/etebase_server_settings.py
/secret.txt

@ -25,7 +25,7 @@ git clone https://github.com/etesync/server.git etebase
cd etebase
# Set up the environment and deps
virtualenv -p python3 venv # If doesn't work, try: virtualenv3 venv
virtualenv -p python3 .venv # If doesn't work, try: virtualenv3 .venv
source venv/bin/activate
pip install -r requirements.txt

Loading…
Cancel
Save