We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6a317 commit 842aae9Copy full SHA for 842aae9
.gitignore
@@ -2,6 +2,11 @@
2
docs/Schema.md
3
docs/schema.json
4
5
+# Ignore redis binary dump (dump.rdb) files
6
+*.rdb
7
+
8
+# Miscellaneous files
9
10
node_modules
11
.idea
12
.env
0 commit comments