From d4c30a1091bc985b24b123cdbf25f693fb11c769 Mon Sep 17 00:00:00 2001 From: calle <93376500+callebtc@users.noreply.github.com> Date: Sun, 17 Jul 2022 14:04:59 +0200 Subject: [PATCH] remove old files (#748) --- .editorconfig | 16 ---------------- Procfile | 1 - app.json | 7 ------- 3 files changed, 24 deletions(-) delete mode 100644 .editorconfig delete mode 100644 Procfile delete mode 100644 app.json diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index b6a0d721..00000000 --- a/.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -root = true - -[*] -charset = utf-8 -end_of_line = lf -insert_final_newline = true -trim_trailing_whitespace = true -indent_size = 2 -indent_style = space - -[*.md] -trim_trailing_whitespace = false - -[*.py] -indent_size = 4 -indent_style = space diff --git a/Procfile b/Procfile deleted file mode 100644 index c0ca4887..00000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: hypercorn -k trio --bind 0.0.0.0:5000 'lnbits.app:create_app()' diff --git a/app.json b/app.json deleted file mode 100644 index 5f5d5bb1..00000000 --- a/app.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "scripts": { - "dokku": { - "predeploy": "quart migrate && quart assets" - } - } -}