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.
This commit is contained in:
bedella 2014-12-22 17:08:52 -05:00
parent d299d9751a
commit cfd038734d
1 changed files with 3 additions and 0 deletions

3
Global/Redis.gitignore Normal file
View File

@ -0,0 +1,3 @@
# Ignore redis binary dump (dump.rdb) files
*.rdb