diff options
author | George Claghorn <george@basecamp.com> | 2017-09-11 18:01:58 -0400 |
---|---|---|
committer | George Claghorn <george@basecamp.com> | 2017-09-11 18:03:27 -0400 |
commit | ede22d29afc949e04fc328cae34ff174f277abb9 (patch) | |
tree | 664d6bd1619ac6dd9d9be024c848215b30ffd567 /.gitignore | |
parent | 69f976b859cae7f9d050152103da018b7f5dda6d (diff) | |
download | rails-ede22d29afc949e04fc328cae34ff174f277abb9.tar.gz rails-ede22d29afc949e04fc328cae34ff174f277abb9.tar.bz2 rails-ede22d29afc949e04fc328cae34ff174f277abb9.zip |
Ignore activestorage/test/service/configurations.yml
This file is intended to be modified as needed for testing services locally. Changes to it should rarely, if ever, be committed.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 32939b7bfd..da3b42cfbb 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ pkg /activerecord/sqlnet.log /activemodel/test/fixtures/fixture_database.sqlite3 /activesupport/test/fixtures/isolation_test +/activestorage/test/service/configurations.yml /railties/test/500.html /railties/test/fixtures/tmp /railties/test/initializer/root/log |