From ee5ff76fa5c4767ee9fbdd6e9af35e40c5cce2d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Thu, 1 Jul 2021 11:10:49 +0200
Subject: [PATCH] Exclude Gemfile from docs processing

---
 docs/_config.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/_config.yml b/docs/_config.yml
index aa1009329..a4997a99b 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -10,4 +10,6 @@ aux_links:
       - "//github.com/cau-se/theodolite"
 
 exclude:
+  - Gemfile
+  - Gemfile.lock
   - vendor
-- 
GitLab