From e60c9d6efe0b8df9d29f31622e3a7a16b78184a5 Mon Sep 17 00:00:00 2001 From: Matchu Date: Wed, 25 Oct 2023 16:18:03 -0700 Subject: [PATCH] Delete unused tmp/restart.txt file This also clears the `tmp` directory out of the initial repository's state! Rails should auto-generate it when it wants to make temporary stuff. `touch tmp/restart.txt` is the way to restart a Rails app deployed with Phusion Passenger. I'm, uhh, not sure how a copy of it ever made its way into the codebase, maybe I was confused about how to restart my local app? --- tmp/restart.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 tmp/restart.txt diff --git a/tmp/restart.txt b/tmp/restart.txt deleted file mode 100644 index e69de29b..00000000