Add more paths to dockerignore
This commit is contained in:
parent
77b13b1356
commit
efa6745035
1 changed files with 11 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
||||||
/target
|
**/target
|
||||||
/manifest.yml
|
zed.xcworkspace
|
||||||
/migrate.yml
|
.DS_Store
|
||||||
|
plugins/bin
|
||||||
|
script/node_modules
|
||||||
|
styles/node_modules
|
||||||
|
crates/collab/static/styles.css
|
||||||
|
vendor/bin
|
||||||
|
assets/themes/*.json
|
||||||
|
assets/themes/internal/*.json
|
||||||
|
assets/themes/experiments/*.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue