From 1dc57d5602acac0cb469ef7d359fec34a084e6d1 Mon Sep 17 00:00:00 2001 From: Louis Lacoste Date: Thu, 18 Apr 2024 09:55:22 +0200 Subject: [PATCH] Ignoring all tmp folders Updating gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e5b9d27 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +tmp* +last.dump.rds \ No newline at end of file