Skip to content

Commit

Permalink
Merged r14440 from trunk to 3.1-stable (#20292)
Browse files Browse the repository at this point in the history
add config/secrets.yml to .gitignore and .hgignore.

Contributed by Benjamin Petersen.

git-svn-id: http://svn.redmine.org/redmine/branches/3.1-stable@14441 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
marutosi committed Jul 12, 2015
1 parent 63851c5 commit 4e37104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,6 +6,7 @@
/config/configuration.yml
/config/database.yml
/config/email.yml
/config/secrets.yml
/config/initializers/session_store.rb
/config/initializers/secret_token.rb
/coverage
Expand Down
1 change: 1 addition & 0 deletions .hgignore
Expand Up @@ -8,6 +8,7 @@ config/additional_environment.rb
config/configuration.yml
config/database.yml
config/email.yml
config/secrets.yml
config/initializers/session_store.rb
config/initializers/secret_token.rb
coverage
Expand Down

0 comments on commit 4e37104

Please sign in to comment.