From 9d099169208c97d6a60a97132ae05ba2031edbd3 Mon Sep 17 00:00:00 2001 From: Christian Will Date: Fri, 1 Nov 2024 15:21:59 -0700 Subject: [PATCH] Remove the temporary nohup.out artifact and update .gitignore to exclude it (#66) * Remove the temporary artifact nohup.out * update .gitignore to exclude nohup output --- .gitignore | 3 +++ nohup.out | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 nohup.out diff --git a/.gitignore b/.gitignore index 9593f1c..6c12396 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ .idea/ build/ *.class + +# output from nohup +nohup.out diff --git a/nohup.out b/nohup.out deleted file mode 100644 index 1f67126..0000000 --- a/nohup.out +++ /dev/null @@ -1 +0,0 @@ -Quit: 0 - Exit normally @ 2023-12-28T13:02:41Z