Pārlūkot izejas kodu

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.
bedella 10 gadi atpakaļ
vecāks
revīzija
cfd038734d
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      Global/Redis.gitignore

+ 3 - 0
Global/Redis.gitignore

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