From 3072a8468a09c33fcfbfd0f449bcb1b68db9c652 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christian=20Mee=C3=9Fen?= <christian.meessen@gfz-potsdam.de>
Date: Thu, 16 Dec 2021 13:57:36 +0100
Subject: [PATCH] Fix bundle configuration

---
 .bundle/config | 2 ++
 .gitignore     | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 .bundle/config

diff --git a/.bundle/config b/.bundle/config
new file mode 100644
index 000000000..04f57bd2e
--- /dev/null
+++ b/.bundle/config
@@ -0,0 +1,2 @@
+---
+BUNDLE_PATH: ".bundle"
diff --git a/.gitignore b/.gitignore
index 2d949fe46..ae3365436 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,7 +15,8 @@ _site
 public/
 
 # bundle
-.bundle
+.bundle/*
+!.bundle/config
 
 # node
 node_modules/
-- 
GitLab