Commit b3ad3f202478dd88a3cfe4461703bc3df1019f90

Authored by Jeroen van Baarsen
1 parent ae2089a9

Added the dump.rdb file to gitignore

Whenever i'm working on GitLab I have redis running, but redis is
generating a db dump file called dump.rdb, I dont think that should be
checked in, so it should be on the gitignore list
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -36,3 +36,4 @@ doc/code/* @@ -36,3 +36,4 @@ doc/code/*
36 public/uploads.* 36 public/uploads.*
37 public/assets/ 37 public/assets/
38 .envrc 38 .envrc
  39 +dump.rdb