We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b841ae1 commit c17133dCopy full SHA for c17133d
1 file changed
default.rb
@@ -222,9 +222,9 @@
222
CODE
223
224
# Update .gitignore
225
-append_file '.gitignore', '.db-seeded'
226
-append_file '.gitignore', '.db-created'
227
-append_file '.gitignore', '.DS_Store'
+append_file '.gitignore', '.db-seeded\r\n'
+append_file '.gitignore', '.db-created\r\n'
+append_file '.gitignore', '.DS_Store\r\n'
228
229
puts"""
230
0 commit comments