Skip to content

Commit cfd0387

Browse files
committed
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.
1 parent d299d97 commit cfd0387

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Global/Redis.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Ignore redis binary dump (dump.rdb) files
2+
3+
*.rdb

0 commit comments

Comments
 (0)