diff --git a/.gitignore b/.gitignore index 9a4cf05..5f752a3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,8 @@ node_modules/ dist/ js/dist js/node_modules +go.work go.work.sum .idea !framework/assets/dist -/**/__htmgo +/**/__htmgo \ No newline at end of file diff --git a/go.work b/go.work deleted file mode 100644 index 0d27f48..0000000 --- a/go.work +++ /dev/null @@ -1,14 +0,0 @@ -go 1.23.0 - -use ( - cli/htmgo - examples/todo-list - framework - framework-ui - htmgo-site - templates/starter - examples/chat - examples/hackernews - tools/html-to-htmgo - examples/simple-auth -)