From 077a56d637bd88786dacc99633a0f2617bf389ed Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Mon, 29 Jun 2020 20:15:38 +0000 Subject: [PATCH] added (air) tmp dir to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 047e124..b044143 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,9 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out +# air files +tmp + # Dependency directories (remove the comment below to include it) # vendor/