From 862d57d6baeb7a968905e2ec64b33fd92933da3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Tjerk=20Wei=C3=9Fmann?= <christian.t.weissmann@campus.tu-berlin.de> Date: Wed, 11 Sep 2019 16:39:28 +0200 Subject: [PATCH] added pods to ignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index de7f038..16fe66f 100644 --- a/.gitignore +++ b/.gitignore @@ -42,4 +42,4 @@ playground.xcworkspace # you should judge for yourself, the pros and cons are mentioned at: # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # -# Pods/ +Pods/ -- GitLab