From 44a14f326b179363307e94d336f0b80d04a76909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Sat, 30 Jan 2021 23:05:27 +0000 Subject: [PATCH] Add tmp/ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 28ef6fc..6d1ae36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ node_modules package-lock.json .tmp +tmp .vagrant results/* coverage