Add dump.rdb to .gitignore?
I just bootstrapped a Rails app with the basic Jumpstart template (amazing work! π) and I see a dump.rdb
file was generated in the app root directory.
I assume this is from the runnign Redis instance?
Can I safely add this to my .gitignore
?