Skip to content

Commit be3e5b1

Browse files
authored
Merge pull request #16 from karthik2804/template/add_tags_update_gitignore
add tags and gitignore .spin
2 parents b11f9b5 + 4896fbd commit be3e5b1

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)