ministryofjustice/prison-visits

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
#   git config --global core.excludesfile ~/.gitignore_global

# Ignore bundler config
/.bundle

# Ignore the default SQLite database.
/db/*.sqlite3

# Ignore all logfiles and tempfiles.
/log/*.log
/tmp

/public/uploads
/public/404.html
/public/500.html
/public/503.html
/public/cookies.html
/public/cookies-disabled.html
/public/terms-and-conditions.html
/public/assets
data/ait.csv
.DS_Store
/node_modules
/tests/*.png
.grunt

# YARD artifacts
**.orig
*.gem
*.rbc
*.rbc
*.sassc
.bundle
.config
.project
.rspec
.rvmrc
.sass-cache
.yardoc
/.bundle
/coverage/
/db/*.sqlite3
/log/*
/public/system/*
/spec/tmp/*
/tmp/*
/vendor/bundle
InstalledFiles
_yardoc
capybara-*.html
coverage
doc/
lib/bundler/man
pickle-email-*.html
pkg
rdoc
rerun.txt
spec/reports
test/tmp
test/version_tmp
tmp

# Emacs
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
.elc
auto-save-list
tramp
.\#*
db/password.hash
.vagrant
*.log

# GOV.UK Elements
vendor/assets/govuk_elements/govuk
vendor/assets/govuk_elements/lib
vendor/assets/govuk_elements/test
vendor/assets/govuk_elements/public/images
vendor/assets/govuk_elements/public/javascripts
vendor/assets/govuk_elements/views

# Test coverage output
/coverage