Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

Commit

Permalink
Updating docker ignore so that previous builds and artificats don't m…
Browse files Browse the repository at this point in the history
…ake it into your Docker container. This really messed me up b/c inside the container I did not have a pristine state with not left over compiled assets.
  • Loading branch information
Brian Sadler committed Aug 29, 2019
1 parent e2603ac commit 78949a0
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
.git
tmp
log
vendor/bundle
client_apps/canvas_quizzes/node_modules/
client_apps/canvas_quizzes/dist/
client_apps/canvas_quizzes/tmp/
config/*.example
coverage/
coverage-js/
gems/*/node_modules/
gems/plugins/*/node_modules/
gems/plugins/*/.git
log/
node_modules/
packages/*/node_modules/
packages/canvas-planner/lib
public/dist/
public/doc/
public/javascripts/client_apps/
public/javascripts/translations/
!public/javascripts/translations/_core_en.js
tmp/
vendor/bundle/
vendor/*/.git
mkmf.log

0 comments on commit 78949a0

Please sign in to comment.