hanami/.gitignore

35 lines
521 B
Plaintext

*.gem
*.rbc
.bundle
.config
.yardoc
Gemfile.lock
InstalledFiles
_yardoc
coverage
doc/
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
*.bundle
*.so
*.o
*.a
mkmf.log
.greenbar
.DS_Store
.hanamirc
test/fixtures/static_assets/public/assets*
test/fixtures/static_assets_app/public/assets*
test/fixtures/rake/rake_tasks/public/assets*
test/fixtures/rake/rake_tasks_app/public/assets*
test/fixtures/rake/rake_tasks/db/*.sqlite
test/fixtures/rake/rake_tasks_app/db/*.sqlite
vendor
.byebug_history
.rubocop-*