Your IP : 3.133.124.80


Current Path : /opt/alt/ruby33/share/gems/gems/bundler-2.5.11/lib/bundler/templates/newgem/
Upload File :
Current File : //opt/alt/ruby33/share/gems/gems/bundler-2.5.11/lib/bundler/templates/newgem/gitignore.tt

/.bundle/
/.yardoc
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/
<%- if config[:ext] -%>
*.bundle
*.so
*.o
*.a
mkmf.log
<%- if config[:ext] == 'rust' -%>
target/
<%- end -%>
<%- end -%>
<%- if config[:test] == "rspec" -%>

# rspec failure tracking
.rspec_status
<%- end -%>

?>