commit 2cfe3ba909f76d23f468e81bdf1903991632a202 Author: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Sun Oct 19 21:55:16 2025 -0600 mvp diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7bdb556 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**/*.sw* +/gma-portal diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..8ec3b71 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module gitea/gma-portal + +go 1.24.2