From: Greg Burri Date: Fri, 25 Nov 2022 12:15:33 +0000 (+0100) Subject: Remove config from repo X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=commitdiff_plain;h=b1ffd1a04a55d6653ed55ea99f09550e5a8a9a96 Remove config from repo --- diff --git a/.gitignore b/.gitignore index da828e4..91ff291 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ backend/data/recipes.sqlite-journal style.css.map backend/static/style.css backend/file.db -*.sqlite \ No newline at end of file +*.sqlite +conf.ron \ No newline at end of file diff --git a/backend/conf.ron b/backend/conf.ron deleted file mode 100644 index 5b2c0ff..0000000 --- a/backend/conf.ron +++ /dev/null @@ -1,3 +0,0 @@ -( - port: 8082, -) \ No newline at end of file