Skip to content

Commit a9fa57e

Browse files
authored
Merge pull request rails#49465 from yahonda/add_gitignore_test_storage
Ignore sqlite3 database file under the `activerecord/test/storage/`
2 parents d0fd880 + 4ed6c5f commit a9fa57e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

activerecord/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/sqlnet.log
22
/test/config.yml
33
/test/db/
4+
/test/storage/
45
/test/fixtures/*.sqlite*

0 commit comments

Comments
 (0)