Commit cfd03873 authored by bedella's avatar bedella

Add a global redis ignore file.

Ignores all .rdb files, (default: dump.rdb).

These files contain a binary representation of the in-memory
redis data that is generated using cli tools or on a redis
failure.

They can be used to restore a redis db, and may contain
sensitive data so should not be saved in version control.
parent d299d975
# Ignore redis binary dump (dump.rdb) files
*.rdb
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment