diff --git a/.gitignore b/.gitignore index f9e65957..b95c328a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,6 @@ # Ignore all logfiles and tempfiles. .DS_Store -*.rdb *.rbc *.sassc .sass-cache @@ -46,3 +45,6 @@ config/deploy/config/* # Gem files #Gemfile #Gemfile.lock + +# For Redis Server log file +!dump.rdb diff --git a/dump.rdb b/dump.rdb index 7ef364df..c3cd2825 100644 Binary files a/dump.rdb and b/dump.rdb differ