diff --git a/.gitignore b/.gitignore index c6757a99..f7b35844 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ # Ignore bundler config /.bundle +# Ignore local config file +/config.rb + # Ignore the build directory /public diff --git a/config.rb b/config.rb.dist similarity index 100% rename from config.rb rename to config.rb.dist