Remove config from repo

This commit is contained in:
Greg Burri 2022-11-25 13:15:33 +01:00
parent b3751b28bf
commit b1ffd1a04a
2 changed files with 2 additions and 4 deletions

3
.gitignore vendored
View file

@ -6,4 +6,5 @@ backend/data/recipes.sqlite-journal
style.css.map style.css.map
backend/static/style.css backend/static/style.css
backend/file.db backend/file.db
*.sqlite *.sqlite
conf.ron

View file

@ -1,3 +0,0 @@
(
port: 8082,
)