Commit 3aa5daf69636948aebc9fdce6e63e58f96b8c25f
1 parent
ab344f31
Exists in
master
and in
4 other branches
gitignore updates.
Most yml files are ignored in gitlab/config/, except resque.yml => add it to the list of ignored files.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
.gitignore
@@ -19,6 +19,7 @@ config/gitlab.yml | @@ -19,6 +19,7 @@ config/gitlab.yml | ||
19 | config/database.yml | 19 | config/database.yml |
20 | config/initializers/omniauth.rb | 20 | config/initializers/omniauth.rb |
21 | config/unicorn.rb | 21 | config/unicorn.rb |
22 | +config/resque.yml | ||
22 | db/data.yml | 23 | db/data.yml |
23 | .idea | 24 | .idea |
24 | .DS_Store | 25 | .DS_Store |