From b5d517e3588aa2dbe2cffd2712cc9c387d0b6293 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 17 Apr 2025 16:44:31 -0500 Subject: [PATCH] Add gooseignore comments --- .gooseignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gooseignore b/.gooseignore index 9b9af45..5275a49 100644 --- a/.gooseignore +++ b/.gooseignore @@ -1,7 +1,16 @@ +# jsr registry should not be edited or removed .npmrc + +# vite client types are needed src/vite-env.d.ts + +# tsconfig is stable and working correctly, so should not be edited tsconfig.json tsconfig.app.json tsconfig.node.json + +# postcss config for Tailwind is stable and working correctly, so should not be edited unless upgrading Tailwind to v4 postcss.config.js + +# vite config is stable and usually should not need to be edited vite.config.ts \ No newline at end of file