Added mise.toml

Added mise.toml and added sockets dir with .keep file and modified
.gitignore
This commit is contained in:
2026-02-13 00:35:40 +01:00
parent b8fdc3f98a
commit 117e17c5bb
2 changed files with 10 additions and 0 deletions

8
.gitignore vendored
View File

@@ -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/

2
mise.toml Normal file
View File

@@ -0,0 +1,2 @@
[tools]
ruby = "ruby-3.3.4"