From c4f219c26466cad50e862875c549e7ab72fb89d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20B=C3=B6hm?= Date: Fri, 13 Feb 2026 00:46:28 +0100 Subject: [PATCH] Fixed gitignore for sockets --- .gitignore | 5 +---- tmp/sockets/.keep | 0 2 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 tmp/sockets/.keep diff --git a/.gitignore b/.gitignore index 777f011..2c91fa1 100644 --- a/.gitignore +++ b/.gitignore @@ -11,10 +11,6 @@ /.env* !/.env*.erb -# Ignore sockets -/tmp/sockets/* -!/tmp/sockets/.keep - # Ignore all logfiles and tempfiles. /log/* /tmp/* @@ -23,6 +19,7 @@ # Ignore sockets /tmp/sockets/* +!/tmp/sockets/ !/tmp/sockets/.keep # Ignore pidfiles, but keep the directory. diff --git a/tmp/sockets/.keep b/tmp/sockets/.keep new file mode 100644 index 0000000..e69de29