Skip to content

Commit 377a766

Browse files
committed
Track sqlite db for Rails app
1 parent 06830a8 commit 377a766

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spec/integration/rails_6.0.2.1/.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
/.bundle
99

1010
# Ignore the default SQLite database.
11-
/db/*.sqlite3
12-
/db/*.sqlite3-journal
13-
/db/*.sqlite3-*
11+
#/db/*.sqlite3
12+
#/db/*.sqlite3-journal
13+
#/db/*.sqlite3-*
1414

1515
# Ignore all logfiles and tempfiles.
1616
/log/*
Binary file not shown.

0 commit comments

Comments
 (0)