.gitignore expanded, Votingsite expanded

.gitignore:
    - All logs are now going to be ignored by git

VotingController.java:
    - added the categoryRepository to the model

voting.html:
     - showing data out of categoryRepository now
This commit is contained in:
2020-11-14 13:03:43 +01:00
parent d7185572fc
commit e1d8d81095
3 changed files with 10 additions and 1 deletions

4
.gitignore vendored
View File

@@ -31,4 +31,6 @@ build/
### VS Code ###
.vscode/
*.log
### Logging ###
/logs/