Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tmp folders during scaffold for rails projects #11

Open
SMaxOwok opened this issue Aug 13, 2018 · 0 comments
Open

Add tmp folders during scaffold for rails projects #11

SMaxOwok opened this issue Aug 13, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@SMaxOwok
Copy link

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
@SMaxOwok SMaxOwok added the enhancement New feature or request label Aug 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant