diff options
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/ |