diff options
author | Linnnus <[email protected]> | 2025-02-22 06:50:02 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2025-02-22 06:50:02 +0100 |
commit | 6412f46a45d3b66c85c0cc3952206ad9cca0a110 (patch) | |
tree | 903016674595a980e2f443aec075d9c92a36c205 /.gitignore | |
parent | b42bfa3abcd29cb977fbdc41a02d9f7f1ffeb1a2 (diff) |
Add watermarking service, fix everything
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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/ |