f6f6ef4379
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m21s
- #249: Add missing getAllGuardianFloors import to SpireSummaryTab.tsx - #250/#252: Add useRef guard in SpireCombatPage useEffect to prevent infinite re-render loop - #251: Fix stale closure in PactDebugSection signAllPacts/forcePact — read signedPacts from store.getState() - #253: Fix DisciplineDebugSection handleAddXP to update totalXP and concurrentLimit - #252: Marked duplicate of #250
54 lines
605 B
Plaintext
Executable File
54 lines
605 B
Plaintext
Executable File
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
/.pnp
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/versions
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# next.js
|
|
/.next/
|
|
/out/
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
|
|
# env files (can opt-in for committing if needed)
|
|
.env*
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
local-*
|
|
.claude
|
|
.z-ai-config
|
|
dev.log
|
|
test
|
|
prompt
|
|
|
|
server.log
|
|
# Skills directory
|
|
.desloppify/
|
|
test-results/
|
|
playwright-report/
|