Closed nickjer closed 8 years ago
When I restart an app, git will complain about unversioned /tmp directory.
/tmp
You could do what Rails does and keep the /tmp dir but ignore everything in it...
# .gitignore /tmp/* !/tmp/.keep
Done at https://github.com/OSC/ood-fileexplorer/commit/b091bfb71177ef158f4a035f06dc585d8aabba13
When I restart an app, git will complain about unversioned
/tmp
directory.