Skip to content

Commit

Permalink
Add a global redis ignore file.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
adamrights committed Dec 22, 2014
1 parent d299d97 commit cfd0387
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Global/Redis.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Ignore redis binary dump (dump.rdb) files

*.rdb

0 comments on commit cfd0387

Please sign in to comment.