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