Files
lcbp3/frontend/.gitignore
T
admin 1d246353a8
CI / CD Pipeline / build (push) Successful in 5m38s
CI / CD Pipeline / deploy (push) Failing after 11m12s
test(frontend): add comprehensive test coverage for Phase 3
- Add AI component tests (ContextConfigEditor, PromptEditor, RuntimeParametersPanel, SandboxTabs, VersionHistory)
- Add layout component tests (GlobalSearch, NotificationsDropdown, ProjectSwitcher, Sidebar, UserMenu)
- Update vitest.setup.ts for better test configuration
- Update .gitignore to exclude test artifacts
- All 722 tests passing
2026-06-14 20:53:13 +07:00

42 lines
568 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.ignored_node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
# testing
# /coverage
# next.js
/.next/
/out/
# production
/build
# Generated Monaco Editor self-hosted assets (สร้างใหม่อัตโนมัติจาก npm postinstall)
/public/monaco-vs
# misc
.DS_Store
*.pem
# debug
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts