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
This commit is contained in:
Jeroen van Baarsen 2014-04-06 13:29:29 +02:00
parent ae2089a98e
commit b3ad3f2024
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -36,3 +36,4 @@ doc/code/*
public/uploads.*
public/assets/
.envrc
dump.rdb