Fixed gitignore for sockets
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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
0
tmp/sockets/.keep
Normal file
Reference in New Issue
Block a user