Skip to content

Commit

Permalink
feat(.gitignore): ignore build relics in example bundle dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
vdice committed Mar 26, 2019
1 parent da43720 commit e97e31a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@
/porter
*-packr.go
.DS_Store

examples/**/cnab/app/mixins
examples/**/cnab/app/porter-runtime
examples/**/Dockerfile
examples/**/bundle.json
examples/**/bundle.cnab

0 comments on commit e97e31a

Please sign in to comment.