From 515d8a5558f9dbd8fede6258bf4d50abae39014e Mon Sep 17 00:00:00 2001 From: "isaprettycoolguy@protonmail.com" <6576516+nyxsys@users.noreply.github.com> Date: Fri, 27 Mar 2026 17:12:32 -0400 Subject: [PATCH] clean up --- .gitignore | 2 ++ manifest.json | 2 +- vitest.config.ts | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d938d45..4676c68 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ main.js.map .DS_Store *.log data.json +.claude/settings.local.json +.claude/worktrees/ diff --git a/manifest.json b/manifest.json index 6b31924..ffc2107 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "hexmaker", "name": "Hexmap World Creator", - "version": "1.0.7", + "version": "1.0.8", "minAppVersion": "1.12.0", "description": "Create a hex map and a guidebook level wiki for your setting with minimal fuss. Hex crawl worldbuilding toolbox. System agnostic, ready for any TRPG you care to run in it.", "author": "morkdev", diff --git a/vitest.config.ts b/vitest.config.ts index c3f5c2f..99b5a67 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -4,6 +4,7 @@ import { resolve } from "path"; export default defineConfig({ test: { environment: "node", + exclude: ["**/node_modules/**", ".claude/**"], }, resolve: { alias: {