From 4cabecea95fe65979c2846975ec7f980117c708f Mon Sep 17 00:00:00 2001 From: fabolous005 Date: Sat, 6 Apr 2024 04:36:52 +0200 Subject: [PATCH] remove logfile from repo --- .gitignore | 2 ++ saltfish.log | 0 2 files changed, 2 insertions(+) delete mode 100644 saltfish.log diff --git a/.gitignore b/.gitignore index 3ca43ae..87243d8 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb +# testing logfile +*.log diff --git a/saltfish.log b/saltfish.log deleted file mode 100644 index e69de29..0000000