OSC / ood-fileexplorer

[MOVED] The Open OnDemand File Explorer
https://osc.github.io/Open-OnDemand/
MIT License
4 stars 1 forks source link

Add tmp/ to gitignore #133

Closed nickjer closed 8 years ago

nickjer commented 8 years ago

When I restart an app, git will complain about unversioned /tmp directory.

nickjer commented 8 years ago

You could do what Rails does and keep the /tmp dir but ignore everything in it...

# .gitignore

/tmp/*
!/tmp/.keep
brianmcmichael commented 8 years ago

Done at https://github.com/OSC/ood-fileexplorer/commit/b091bfb71177ef158f4a035f06dc585d8aabba13