We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a6fc4e + 22cb97b commit df28b80Copy full SHA for df28b80
railties/lib/rails/generators/rails/app/templates/gitignore
@@ -9,6 +9,7 @@
9
10
# Ignore the default SQLite database.
11
/db/*.sqlite3
12
+/db/*.sqlite3-journal
13
14
# Ignore all logfiles and tempfiles.
15
/log/*.log
railties/lib/rails/generators/rails/plugin_new/templates/gitignore
@@ -2,6 +2,7 @@
2
log/*.log
3
pkg/
4
<%= dummy_path %>/db/*.sqlite3
5
+<%= dummy_path %>/db/*.sqlite3-journal
6
<%= dummy_path %>/log/*.log
7
<%= dummy_path %>/tmp/
8
<%= dummy_path %>/.sass-cache
0 commit comments