diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..22a9c53 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/.idea +/.vscode +/dist diff --git a/Makefile b/Makefile index 026341f..8b79493 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -SHELL := /bin/env oksh +SHELL := /bin/sh export PATH := $(PATH) all: fmt lintfix tidy test clean build diff --git a/pkg/gmi2html/assets/main.html b/assets/main.html similarity index 90% rename from pkg/gmi2html/assets/main.html rename to assets/main.html index a05342b..3cebd7c 100644 --- a/pkg/gmi2html/assets/main.html +++ b/assets/main.html @@ -6,7 +6,7 @@ {{.Title}} - +