mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-17 01:38:15 +08:00
It is considered a bad practice to codify test or production dependencies for a gem in Gemfile.lock At a minimum it leads to a lot of dependbot complaining Since we would never consider shipping the file and always want tests to work against latest gems (unless we explicitly opt out in gemspec) this is a better pattern
22 lines
261 B
Text
Vendored
22 lines
261 B
Text
Vendored
*.gem
|
|
*.rbc
|
|
.bundle
|
|
/.idea
|
|
.config
|
|
.yardoc
|
|
InstalledFiles
|
|
_yardoc
|
|
coverage
|
|
doc/
|
|
lib/bundler/man
|
|
pkg
|
|
rdoc
|
|
spec/reports
|
|
test/tmp
|
|
test/version_tmp
|
|
tmp
|
|
*.swp
|
|
.DS_Store
|
|
Gemfile.lock
|
|
|
|
.rubocop-https---raw-githubusercontent-com-discourse-discourse-master--rubocop-yml
|