diff --git a/server/.gitignore b/server/.gitignore
index 95e6d8fcdb95c67124bf5ffc4c9fe2f88a810054..9518a52bbc1a028f0f0d51a3a45439ed82ec27e4 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 cbb1e0222698728b2648ce0c31ffc06b35edc2c6..6e307e409bf29d4b2769d67308cbf3c7e80180ee 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.