mkstack/.gooseignore

16 lines
442 B
Plaintext
Raw Permalink Normal View History

2025-04-17 16:44:31 -05:00
# jsr registry should not be edited or removed
2025-04-17 16:19:14 -05:00
.npmrc
2025-04-17 16:44:31 -05:00
# vite client types are needed
2025-04-17 16:19:14 -05:00
src/vite-env.d.ts
2025-04-17 16:44:31 -05:00
# tsconfig is stable and working correctly, so should not be edited
2025-04-17 16:19:14 -05:00
tsconfig.json
tsconfig.app.json
tsconfig.node.json
2025-04-17 16:44:31 -05:00
# postcss config for Tailwind is stable and working correctly, so should not be edited unless upgrading Tailwind to v4
2025-04-17 16:19:14 -05:00
postcss.config.js
2025-04-17 16:44:31 -05:00
# vite config is stable and usually should not need to be edited
2025-04-17 16:19:14 -05:00
vite.config.ts