mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-24 06:19:37 +00:00
74cba2407f
This makes it possible to have multiple Dockerfiles, each with their own `.dockerignore`. Previously any docker builds would always include anything inside `.dockerignore`. I believe this feature may require `export DOCKER_BUILDKIT=1` but we use that in CI already.
16 lines
221 B
Text
16 lines
221 B
Text
.git
|
|
.github
|
|
**/.gitignore
|
|
**/.gitkeep
|
|
.gitattributes
|
|
.mailmap
|
|
**/target
|
|
zed.xcworkspace
|
|
.DS_Store
|
|
compose.yml
|
|
plugins/bin
|
|
script/node_modules
|
|
styles/node_modules
|
|
crates/collab/static/styles.css
|
|
vendor/bin
|
|
assets/themes/
|