Add tmp/ to generated plugin .gitignore

The documentation for Rails::Generators::TestCase suggests using tmp/ as
the destination directory when testing generators.  Many plugins test
generators, so it makes sense to include tmp/ in the default .gitignore.
This commit is contained in:
Jonathan Hefner 2020-02-11 12:54:06 -06:00
parent 39d3c9bcac
commit f8204cb98a

@ -1,6 +1,7 @@
/.bundle/
/log/*.log
/pkg/
/tmp/
<% if with_dummy_app? -%>
<% if sqlite3? -%>
/<%= dummy_path %>/db/*.sqlite3