Skip to content

Commit c7f8f85

Browse files
author
David Heinemeier Hansson
authored
Fix gitignore
1 parent bf2bad4 commit c7f8f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
append_to_file "app/assets/config/manifest.js", %(//= link_tree ../builds\n)
55

66
if Rails.root.join(".gitignore").exist?
7-
append_to_file(".gitignore", %(\n/app/assets/builds\n!/app/assets/builds/.keep\n/node_modules\n))
7+
append_to_file(".gitignore", %(\n/app/assets/builds/*\n!/app/assets/builds/.keep\n/node_modules\n))
88
end
99

1010
if (app_layout_path = Rails.root.join("app/views/layouts/application.html.erb")).exist?

0 commit comments

Comments
 (0)