From 2b1b37b4194bb2c385d5db1d8241b581a268bc69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Heredero?= Date: Thu, 2 Jun 2022 13:28:58 +0200 Subject: [PATCH] add gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6305c5d..7ca6744 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ build # Ignore bin -app\bin \ No newline at end of file +.\app\bin +./app/bin +\app\bin +/app/bin \ No newline at end of file