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.
2 parents 339a563 + c2eaebb commit 2f032e9Copy full SHA for 2f032e9
lib/generators/react/install_generator.rb
@@ -25,7 +25,7 @@ def create_directory
25
end
26
empty_directory File.join(components_dir, 'components')
27
unless options[:skip_git]
28
- create_file File.join(components_dir, 'components/.gitkeep')
+ create_file File.join(components_dir, 'components/.keep')
29
30
31
0 commit comments