Added mise.toml
Added mise.toml and added sockets dir with .keep file and modified .gitignore
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -11,12 +11,20 @@
|
||||
/.env*
|
||||
!/.env*.erb
|
||||
|
||||
# Ignore sockets
|
||||
/tmp/sockets/*
|
||||
!/tmp/sockets/.keep
|
||||
|
||||
# Ignore all logfiles and tempfiles.
|
||||
/log/*
|
||||
/tmp/*
|
||||
!/log/.keep
|
||||
!/tmp/.keep
|
||||
|
||||
# Ignore sockets
|
||||
/tmp/sockets/*
|
||||
!/tmp/sockets/.keep
|
||||
|
||||
# Ignore pidfiles, but keep the directory.
|
||||
/tmp/pids/*
|
||||
!/tmp/pids/
|
||||
|
||||
Reference in New Issue
Block a user