diff --git a/.gitignore b/.gitignore index 8bbe72a8..6876c6b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ node_modules coverage -docs/build \ No newline at end of file +docs/build + +.idea +.vscode \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 9e26dfee..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/docs/src/07_deployment_view.adoc b/docs/src/07_deployment_view.adoc index 2dd0acd3..1b555d1d 100644 --- a/docs/src/07_deployment_view.adoc +++ b/docs/src/07_deployment_view.adoc @@ -37,4 +37,4 @@ Our main idea is that the server will be a self-contained .jar file with all the ===== Database -The database will contain the data used by the system. Therefore, it will contain user data and questions and their answers. +The database will contain the data used by the system. Therefore, it will contain user data, as well as the data related to the questions and their answers. The databases to store the questions (and therefore the answers) and the user data might be different, though.