From 7a57a923570303df621ce8e59619a068d7a6f817 Mon Sep 17 00:00:00 2001 From: Jonathan Moallem Date: Tue, 24 Nov 2020 15:18:01 +1100 Subject: [PATCH] Added the .temp directory to the gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 057586f..28a491d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ include lib build +.temp \ No newline at end of file