清理代码 & 支持 ignore

This commit is contained in:
dragon
2025-05-09 14:50:10 +08:00
parent 9413188aa9
commit ef31433d91
14 changed files with 405 additions and 118 deletions

View File

@@ -8,4 +8,8 @@ gitea-pages: $(shell find . -type f -name "*.go" ) go.mod go.sum
.PHONY: debug
debug: gitea-pages
@./gitea-pages -conf config-local.yaml -debug
@./gitea-pages -conf config-local.yaml -debug
.PHONY: test
test:
@go test -v ./...