ignore editor backups and minor change

This commit is contained in:
2018-06-28 12:04:01 +02:00
parent 194dc8da13
commit f71211fe55
2 changed files with 2 additions and 0 deletions

1
src/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*~

View File

@ -123,3 +123,4 @@ app.listen(config.dict.httpPort, () => {
})
logger.info("Homepage running")