rails/activestorage/.gitignore
Hartley McGuire 11c59f7243
Regenerate Active Storage dummy app
Generated using the following script and manually reviewed after:
skipkayhil/rails-bin@cbad7eddcb

The active_storage configuration had to be moved to the dummy app
because of the changed eager_load config. Now, the whole app is eagerly
loaded when the app's environment file is required which means that
changing configuration in the test_helper is too late.
2023-02-18 17:51:27 -05:00

9 lines
192 B
Plaintext

/src/
/test/dummy/storage/*.sqlite3
/test/dummy/storage/*.sqlite3-*
/test/dummy/db/*.sqlite3
/test/dummy/db/*.sqlite3-*
/test/dummy/log/*.log
/test/dummy/tmp/
/test/service/configurations.yml