Ignore Claude local files and enforce pnpm (#226)

* Ignore Claude local files

* Prohibit use of non-pnpm package managers

* Ensure EOF newline
This commit is contained in:
2026-07-14 00:53:48 -05:00
committed by GitHub
parent 5429e68c4e
commit 887affa4a3
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
worktrees/
*.local.*
+1
View File
@@ -7,6 +7,7 @@
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",
"preinstall": "npx only-allow pnpm",
"preview": "vite preview", "preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json", "check": "svelte-check --tsconfig ./tsconfig.json",
"prepare": "husky" "prepare": "husky"