From 0d8cccb12c5b736923339e8ae6f612ffaeff43dc Mon Sep 17 00:00:00 2001 From: Sebastian Pravda Date: Sat, 14 Jan 2023 13:59:50 +0100 Subject: [PATCH] chore: output.log in .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3bddb3f..25e342a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ target/ .env -Rocket.toml \ No newline at end of file +Rocket.toml +output.log \ No newline at end of file