Fixed gitignore for sockets

This commit is contained in:
2026-02-13 00:46:28 +01:00
parent 117e17c5bb
commit c4f219c264
2 changed files with 1 additions and 4 deletions

5
.gitignore vendored
View File

@@ -11,10 +11,6 @@
/.env* /.env*
!/.env*.erb !/.env*.erb
# Ignore sockets
/tmp/sockets/*
!/tmp/sockets/.keep
# Ignore all logfiles and tempfiles. # Ignore all logfiles and tempfiles.
/log/* /log/*
/tmp/* /tmp/*
@@ -23,6 +19,7 @@
# Ignore sockets # Ignore sockets
/tmp/sockets/* /tmp/sockets/*
!/tmp/sockets/
!/tmp/sockets/.keep !/tmp/sockets/.keep
# Ignore pidfiles, but keep the directory. # Ignore pidfiles, but keep the directory.

0
tmp/sockets/.keep Normal file
View File