Skip to content

Commit

Permalink
Don't create directory when spin add-ing fileserver
Browse files Browse the repository at this point in the history
Signed-off-by: itowlson <[email protected]>
  • Loading branch information
itowlson committed Jul 19, 2023
1 parent ced6f0e commit dcff90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/static-fileserver/metadata/spin-template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ trigger_type = "http"
tags = ["http", "file", "static", "asset"]

[add_component]
skip_files = ["spin.toml"]
skip_files = ["spin.toml", ".gitignore"]
skip_parameters = ["http-base", "project-description"]
[add_component.snippets]
component = "component.txt"
Expand Down

0 comments on commit dcff90f

Please sign in to comment.