.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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -31,4 +31,6 @@ build/
|
||||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
*.log
|
||||
|
||||
### Logging ###
|
||||
/logs/
|
||||
|
||||
Reference in New Issue
Block a user