From 2e4ae360e3a8ef2b561059784aba2c889b6e411f Mon Sep 17 00:00:00 2001 From: jonakj <jonakj@stud.ntnu.no> Date: Mon, 16 May 2022 11:35:51 +0200 Subject: [PATCH] Added testAuth file to gitignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fcda509..d83f111 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ log logs/errorlog logs/log logs/infolog -.env \ No newline at end of file +.env +testauth.txt \ No newline at end of file -- GitLab