From 8a822ab6e7e0f030eb8db41a1fcb22bad2506fe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20PENHO=C3=8BT?= Date: Mon, 8 Nov 2021 11:00:19 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20d'un=20r=C3=A9pertoire=20=C3=A0=20ne=20?= =?UTF-8?q?pas=20suivre.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 642271f..f6b9638 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -coverage/ \ No newline at end of file +coverage/ +tmp/ \ No newline at end of file