From 4bb4e95dcf84133bf30f439b3db1d6751cb25c6b Mon Sep 17 00:00:00 2001 From: robban64 <carl@schonfelder.se> Date: Thu, 27 May 2021 12:55:20 +0200 Subject: [PATCH] update gitignore --- server/.gitignore | 4 +++- server/README.md | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/server/.gitignore b/server/.gitignore index 95e6d8fc..9518a52b 100644 --- a/server/.gitignore +++ b/server/.gitignore @@ -6,4 +6,6 @@ app/*.db app/static/ # Documentation -docs \ No newline at end of file +docs + +./secret-webconfig.json \ No newline at end of file diff --git a/server/README.md b/server/README.md index cbb1e022..6e307e40 100644 --- a/server/README.md +++ b/server/README.md @@ -103,15 +103,15 @@ can help you upgrade pip pip install wheel ``` +This [guide](https://stackoverflow.com/questions/53204916/what-is-the-meaning-of-failed-building-wheel-for-x-in-pip-install) +can help you troubleshoot this problem + ### Problem: psycopg ``` pip install psycopg2 ``` -This [guide](https://stackoverflow.com/questions/53204916/what-is-the-meaning-of-failed-building-wheel-for-x-in-pip-install) -can help you troubleshoot this problem - ## Using After you have done every step described in setup, you are ready to start the server. -- GitLab