You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add tmp/sockets/.gitkeep and tmp/pids/.gitkeep during scaffold.
Add entries to .gitignore
# Except for the empty pids folder
!/tmp/pids
/tmp/pids/*
!/tmp/pids/.gitkeep
# Except for the empty sockets folder
!/tmp/sockets
/tmp/sockets/*
!/tmp/sockets/.gitkeep
The text was updated successfully, but these errors were encountered:
Add
tmp/sockets/.gitkeep
andtmp/pids/.gitkeep
during scaffold.Add entries to
.gitignore
The text was updated successfully, but these errors were encountered: