From 6412f46a45d3b66c85c0cc3952206ad9cca0a110 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 22 Feb 2025 06:50:02 +0100 Subject: Add watermarking service, fix everything --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ddeeede..d3d0059 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ # We run various services to simulate a production environment. +# Note that MINIO is not ignored, as we need the data for complete setup (just liket he DB dump). local/beanstalkd/ -local/minio/ local/postgresql/ +local/minio/.minio.sys # Ignore generated files for shell environment. .direnv/ -- cgit v1.2.3