hanami/.gitignore

35 lines
521 B
Plaintext
Raw Normal View History

2014-05-08 08:08:53 +00:00
*.gem
*.rbc
.bundle
.config
.yardoc
2013-08-09 15:23:06 +00:00
Gemfile.lock
2014-05-08 08:08:53 +00:00
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
2016-01-20 16:06:26 +00:00
.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
2016-10-22 11:45:02 +00:00
.byebug_history
2017-10-03 13:19:13 +00:00
.rubocop-*