From 0cb9e8f2c114b53688cec72c0bdf384e1e98d291 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de>
Date: Thu, 26 Aug 2021 11:04:12 +0200
Subject: [PATCH] chore: add backups/ directory to list of gitignored items

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

diff --git a/.gitignore b/.gitignore
index 2e89c4b..cf87250 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,3 +72,8 @@ tags
 
 .vagrant/
 *.box
+
+# Misc #
+########
+
+backups/
-- 
GitLab