mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 13:09:22 +00:00
Add gooseignore comments
This commit is contained in:
parent
771e98eee2
commit
b5d517e358
@ -1,7 +1,16 @@
|
|||||||
|
# jsr registry should not be edited or removed
|
||||||
.npmrc
|
.npmrc
|
||||||
|
|
||||||
|
# vite client types are needed
|
||||||
src/vite-env.d.ts
|
src/vite-env.d.ts
|
||||||
|
|
||||||
|
# tsconfig is stable and working correctly, so should not be edited
|
||||||
tsconfig.json
|
tsconfig.json
|
||||||
tsconfig.app.json
|
tsconfig.app.json
|
||||||
tsconfig.node.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
|
postcss.config.js
|
||||||
|
|
||||||
|
# vite config is stable and usually should not need to be edited
|
||||||
vite.config.ts
|
vite.config.ts
|
Loading…
x
Reference in New Issue
Block a user