diff --git a/README.md b/README.md index 9e1375a..48f3aaa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # labtime -An uptime checker for my homelab ⏱️ \ No newline at end of file +An uptime checker for my home lab ⏱️ \ No newline at end of file diff --git a/cspell.json b/cspell.json index e76ea04..b18cf7c 100644 --- a/cspell.json +++ b/cspell.json @@ -1,7 +1,19 @@ { + "ignorePaths": [ + "go.mod", // This file is managed by Go + "go.sum", // This file is managed by Go + "LICENSE" // This file was automatically generated by Gitea + ], "words": [ + "buildx", + "distroless", + "Gitea", "gocron", + "golangci", + "hadolint", "labtime", - "promhttp" + "nonroot", + "promhttp", + "woodpeckerci" ] -} +} \ No newline at end of file