We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700c858 commit fb3efe5Copy full SHA for fb3efe5
lib/install/install.rb
@@ -7,7 +7,8 @@
7
end
8
9
if Rails.root.join(".gitignore").exist?
10
- append_to_file(".gitignore", %(\n/app/assets/builds/*\n!/app/assets/builds/.keep\n/node_modules\n))
+ append_to_file(".gitignore", %(\n/app/assets/builds/*\n!/app/assets/builds/.keep\n))
11
+ append_to_file(".gitignore", %(\n/node_modules\n))
12
13
14
if (app_layout_path = Rails.root.join("app/views/layouts/application.html.erb")).exist?
0 commit comments