Skip to content
Snippets Groups Projects
Commit 788230af authored by Richard Finlay Tweed's avatar Richard Finlay Tweed Committed by Jordon Bedwell
Browse files

Added a dockerignore based on the gitignore + git

parent c094be35
No related branches found
No related tags found
No related merge requests found
# --
# OS Level
# --
.DS_Store
# --
# Ruby
# --
vendor/
coverage/
Gemfile.lock
spec/fixture/site/
spec/fixture/result/
spec/fixture/out/
.bundle/
*.gem
# --
# CodeClimate
# --
cctr
# --
# Jekyll
# --
_site/
.jekyll-cache/
.jekyll-metadata
.asset-cache/
site/
# --
# Rails
# --
/db/*.sqlite3
/npm-error.log
.byebug_history
/db/*.sqlite3-journal
/config/application.yml
/config/master.key
/yarn-error.log
/node_modules
.pry_history
/log
/tmp
# --
# Yarn
# --
yarn.lock
#
# Editor
#
/.idea
#
# Git
#
/.git
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment