From 2b309097ca145651618234476160fb30405eabe7 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Mon, 17 Feb 2025 20:28:59 +0100 Subject: Initial commit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ddeeede --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# We run various services to simulate a production environment. +local/beanstalkd/ +local/minio/ +local/postgresql/ + +# Ignore generated files for shell environment. +.direnv/ -- cgit v1.2.3