diff options
author | Andrew White <pixeltrix@users.noreply.github.com> | 2015-11-02 13:51:36 +0000 |
---|---|---|
committer | Andrew White <pixeltrix@users.noreply.github.com> | 2015-11-02 13:51:36 +0000 |
commit | ab3510367bd4622f836374e5a37e54381ea72fc6 (patch) | |
tree | 1723e3c60c90194b8a2c410745dc9a92ab36aeb1 /railties | |
parent | c88cda58a9b12a99aa6593034e88f6e5b4e1efbc (diff) | |
parent | 2fd5e4d1ec6aa881c9fc47e8c6d7f0a5dadca800 (diff) | |
download | rails-ab3510367bd4622f836374e5a37e54381ea72fc6.tar.gz rails-ab3510367bd4622f836374e5a37e54381ea72fc6.tar.bz2 rails-ab3510367bd4622f836374e5a37e54381ea72fc6.zip |
Merge pull request #22152 from y-yagi/remove_sass-cache_from_gitignore
remove unnecessary `.sass-cache` from plugin's gitignore template
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/generators/rails/plugin/templates/gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/plugin/templates/gitignore b/railties/lib/rails/generators/rails/plugin/templates/gitignore index d524fcbc4e..54c78d7927 100644 --- a/railties/lib/rails/generators/rails/plugin/templates/gitignore +++ b/railties/lib/rails/generators/rails/plugin/templates/gitignore @@ -6,5 +6,4 @@ pkg/ <%= dummy_path %>/db/*.sqlite3-journal <%= dummy_path %>/log/*.log <%= dummy_path %>/tmp/ -<%= dummy_path %>/.sass-cache <% end -%> |