Update .dockerignore to add new unneeded files from the Docker Context
This commit is contained in:
parent
7845075bd2
commit
ab4eacd15f
|
@ -1,20 +1,21 @@
|
|||
.git
|
||||
.git/
|
||||
.git/*
|
||||
.git/**
|
||||
conf
|
||||
conf/
|
||||
conf/*
|
||||
conf/**
|
||||
packager
|
||||
packager/
|
||||
packager/*
|
||||
packager/**
|
||||
scripts
|
||||
scripts/
|
||||
scripts/*
|
||||
scripts/**
|
||||
.github/
|
||||
.github/**
|
||||
config.codekit
|
||||
LICENSE
|
||||
Makefile
|
||||
.dockerignore
|
||||
*.yml
|
||||
*.md
|
||||
.bra.toml
|
||||
.editorconfig
|
||||
.gitignore
|
||||
.gopmfile
|
||||
config.codekit
|
||||
LICENSE
|
||||
Dockerfile*
|
||||
|
|
Loading…
Reference in New Issue
Block a user