Skip to content

Commit

Permalink
Merge pull request #49465 from yahonda/add_gitignore_test_storage
Browse files Browse the repository at this point in the history
Ignore sqlite3 database file under the `activerecord/test/storage/`
  • Loading branch information
yahonda authored and rafaelfranca committed Oct 3, 2023
1 parent 2be2142 commit ad93852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activerecord/.gitignore
@@ -1,4 +1,5 @@
/sqlnet.log
/test/config.yml
/test/db/
/test/storage/
/test/fixtures/*.sqlite*

0 comments on commit ad93852

Please sign in to comment.