diff --git a/examples/tutorial/hello/go/.gitignore b/examples/tutorial/hello/go/.gitignore index 47868d339..d450e309c 100644 --- a/examples/tutorial/hello/go/.gitignore +++ b/examples/tutorial/hello/go/.gitignore @@ -1,5 +1,4 @@ vendor/ -/hello /go /app /__uberscript__ diff --git a/examples/tutorial/hello/php/func.yaml b/examples/tutorial/hello/php/func.yaml deleted file mode 100644 index 6036f79c7..000000000 --- a/examples/tutorial/hello/php/func.yaml +++ /dev/null @@ -1,6 +0,0 @@ -name: carimura2/hello -version: 0.0.2 -runtime: php -entrypoint: php func.php -path: /hello -max_concurrency: 1