From eb771f7a990a3edfe1612c50d34f3c0398a58294 Mon Sep 17 00:00:00 2001
From: Benjamin Blanz <benjamin.blanz@uni-hamburg.de>
Date: Sat, 30 Nov 2024 15:09:52 +0100
Subject: [PATCH] updated gitignore to exclude figures and r temp files

---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index ab5c6e5..02d3192 100644
--- a/.gitignore
+++ b/.gitignore
@@ -161,3 +161,9 @@ cython_debug/
 #  option (not recommended) you can uncomment the following to ignore the entire idea folder.
 #.idea/
 .~lock.*#
+.Rproj*
+*.Rproj
+.Rhistory
+resultsFigures/figures/*
+resultsFigures/data/*
+.Rproj.user
-- 
GitLab