From 3b9bf1224a698c912daccb7577740ca86aba329c Mon Sep 17 00:00:00 2001 From: Tomodachi94 Date: Tue, 31 Aug 2021 20:44:21 -0700 Subject: [PATCH 1/2] Create `Procfile` - Enables deploying to Heroku --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..cc4667c --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +worker: python dash/bot.py \ No newline at end of file From 5e63d89c9a27b282569ce1f24f0769a9111460bb Mon Sep 17 00:00:00 2001 From: Tomodachi94 Date: Tue, 31 Aug 2021 20:51:17 -0700 Subject: [PATCH 2/2] Update `.gitignore` - Add `.vscode/` to `.gitignore` --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..1a60b24 100644 --- a/.gitignore +++ b/.gitignore @@ -127,3 +127,6 @@ dmypy.json # Pyre type checker .pyre/ + +### Custom rules +.vscode