From 1f3f16c9de5c24d703a141e2861b3c5ce544230e Mon Sep 17 00:00:00 2001
From: Jana <Jana.stegmann@studium.uni-hamburg.de>
Date: Thu, 10 Nov 2022 11:23:54 +0100
Subject: [PATCH] =?UTF-8?q?Zahlen=20ge=C3=A4ndert?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitignore     |  4 ++++
 uebung-1.Rproj | 13 +++++++++++++
 2 files changed, 17 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 uebung-1.Rproj

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5b6a065
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+.Rproj.user
+.Rhistory
+.RData
+.Ruserdata
diff --git a/uebung-1.Rproj b/uebung-1.Rproj
new file mode 100644
index 0000000..8e3c2eb
--- /dev/null
+++ b/uebung-1.Rproj
@@ -0,0 +1,13 @@
+Version: 1.0
+
+RestoreWorkspace: Default
+SaveWorkspace: Default
+AlwaysSaveHistory: Default
+
+EnableCodeIndexing: Yes
+UseSpacesForTab: Yes
+NumSpacesForTab: 2
+Encoding: UTF-8
+
+RnwWeave: Sweave
+LaTeX: pdfLaTeX
-- 
GitLab