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:
parent
ae2089a98e
commit
b3ad3f2024
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -36,3 +36,4 @@ doc/code/*
|
|||
public/uploads.*
|
||||
public/assets/
|
||||
.envrc
|
||||
dump.rdb
|
||||
|
|
Loading…
Reference in a new issue