← Back to team overview

bind-charmers team mailing list archive

[Merge] ~barryprice/charm-k8s-bind/+git/charm-k8s-bind:master into charm-k8s-bind:master

 

Barry Price has proposed merging ~barryprice/charm-k8s-bind/+git/charm-k8s-bind:master into charm-k8s-bind:master.

Commit message:
Don't include .gitignore in the built charm

Requested reviews:
  Bind Charmers (bind-charmers)

For more details, see:
https://code.launchpad.net/~barryprice/charm-k8s-bind/+git/charm-k8s-bind/+merge/392832
-- 
Your team Bind Charmers is requested to review the proposed merge of ~barryprice/charm-k8s-bind/+git/charm-k8s-bind:master into charm-k8s-bind:master.
diff --git a/.jujuignore b/.jujuignore
index d968a07..e8eb682 100644
--- a/.jujuignore
+++ b/.jujuignore
@@ -1,5 +1,6 @@
 *~
 .coverage
+.gitignore
 __pycache__
 /dockerfile
 /image-scripts/

Follow ups