This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
greenlight/.dockerignore

25 lines
239 B
Plaintext
Raw Normal View History

2018-06-20 15:24:39 -04:00
# git
.git
.gitignore
README.md
# Rails
.env
*.rbc
capybara-*.html
.rspec
log
tmp
/db/**/*.sqlite3
/db/**/*.sqlite3-journal
/db/production
public/assets
2018-07-05 17:25:59 -04:00
public/b
2018-06-20 15:24:39 -04:00
coverage/
spec/tmp
.rvmrc
.byebug_history
2018-07-12 17:42:20 -04:00
vendor/bundle
.bundle
2018-08-20 17:23:07 -04:00
Jenkinsfile