From 31d2aa47610115b7f1f054d778edb09e1e81885f Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 31 Aug 2025 20:28:50 -0500 Subject: [PATCH] Remove .goosehints and .gooseignore --- .goosehints | 1 - .gooseignore | 16 ---------------- 2 files changed, 17 deletions(-) delete mode 120000 .goosehints delete mode 100644 .gooseignore diff --git a/.goosehints b/.goosehints deleted file mode 120000 index 47dc3e3..0000000 --- a/.goosehints +++ /dev/null @@ -1 +0,0 @@ -AGENTS.md \ No newline at end of file diff --git a/.gooseignore b/.gooseignore deleted file mode 100644 index 5275a49..0000000 --- a/.gooseignore +++ /dev/null @@ -1,16 +0,0 @@ -# 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