Files
AmirReza Jamali a238edc563 feat(dashboard): refactor home page to utilize TenderDashboard component
- Replaced the previous home page structure with a simplified TenderDashboard component for improved clarity and maintainability.
- Updated the .gitignore file to include IDE-specific files, ensuring a cleaner repository.
- Enhanced the useTenderListPresenter to support new parsing logic for cpv_codes in search parameters.
- Introduced a new utility function, buildQueryString, for better handling of query parameters in API requests.
2026-05-18 10:59:16 +03:30

58 lines
698 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# environment variables
.env.local
.env.development.local
.env.production.local
.env.test.local
.env
# 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*
!.env.production
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
#ide
.vscode
.idea
.cursor
.cursor/worktrees.json
.cursor/worktrees
.cursor/worktrees.json
.claude