Skip to content

Commit 4896fbd

Browse files
committed
add tags and gitignore .spin
Signed-off-by: karthik Ganeshram <[email protected]>
1 parent b11f9b5 commit 4896fbd

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
12 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
__pycache__
2-
*.wasm
2+
*.wasm
3+
.spin

templates/http-py/metadata/spin-template.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
manifest_version = "1"
22
id = "http-py"
33
description = "HTTP request handler using Python"
4+
tags = ["http", "python", "py"]
45

56
[add_component]
67
skip_files = ["spin.toml"]

0 commit comments

Comments
 (0)