diff options
author | The rugged tests are fragile <pmq2001@gmail.com> | 2015-12-15 15:05:57 +0800 |
---|---|---|
committer | The rugged tests are fragile <pmq2001@gmail.com> | 2015-12-15 15:05:57 +0800 |
commit | c12514fc2d3996e7cfc3553d8e2bac04d0c5afec (patch) | |
tree | ca4cfc1329b9f1a3a4f87ac56b78b7965e8285a0 /.gitignore | |
parent | b95f7b1864672b873501792775521a6bd6393520 (diff) | |
download | gitlab-ce-c12514fc2d3996e7cfc3553d8e2bac04d0c5afec.tar.gz |
Ignore config/sidekiq.yml [ci skip]
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f5b6427ca03..91ea81bfc4e 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ config/initializers/smtp_settings.rb config/resque.yml config/unicorn.rb config/secrets.yml +config/sidekiq.yml coverage/* db/*.sqlite3 db/*.sqlite3-journal |