From 6d4ff15260458725e23cf9282bcb00519f0adf7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de> Date: Mon, 2 Aug 2021 11:19:22 +0200 Subject: [PATCH] chore: ignore build environments to prevent them from being commited into Git --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 2e89c4b..c41f669 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,8 @@ tags .vagrant/ *.box + +# Build Environments # +###################### + +build/ -- GitLab