]> source.dussan.org Git - gitignore.git/commit
Add a global redis ignore file. 1333/head
authorbedella <adam.bedell@dowjones.com>
Mon, 22 Dec 2014 22:08:52 +0000 (17:08 -0500)
committerbedella <adam.bedell@dowjones.com>
Mon, 22 Dec 2014 22:08:52 +0000 (17:08 -0500)
commitcfd038734dccd535a7c2c7c9660264930729510a
tree0c3867fde37ae16fc38622812b5585e47fa6aa2d
parentd299d9751ab79797cbf8d543a33216106360de7c
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.
Global/Redis.gitignore [new file with mode: 0644]