Files
pos-system/.gitignore
Ho Ngoc Hai c088de53c3 Update dependencies and enhance Tailwind CSS configuration for web applications
- Added new dependencies including clsx, lucide-react, recharts, and various Radix UI components to improve UI functionality.
- Upgraded Tailwind CSS to version 4.0.0 and updated configuration to utilize CSS variables for theming and responsive design.
- Introduced global styles and improved accessibility features in the layout and components.
- Removed outdated login page and refactored authentication store for better state management.
- Enhanced API service with additional authentication methods and improved error handling.

These changes aim to modernize the web applications and improve user experience through better design and functionality.
2026-01-02 09:41:40 +07:00

86 lines
848 B
Plaintext

# Dependencies
node_modules/
.pnp
.pnp.js
# Testing
coverage/
*.lcov
.nyc_output
# Production
dist/
build/
!scripts/build/
.next/
out/
# !Environment variables
.env.local
.env.development.local
.env.test.local
.env.production.local
.env*.local
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/
# Prisma
prisma/migrations/*.sql
# Docker
.dockerignore
# Secrets
infra/secrets/**/*
!infra/secrets/**/.env.example
!infra/secrets/**/.gitignore
# Temporary files
*.tmp
*.temp
.cache/
.turbo/
# Database
*.db
*.sqlite
*.sqlite3
# Certificates
*.pem
*.key
*.crt
infra/traefik/certs/*
# Build artifacts
*.tsbuildinfo
*storybook.log
storybook-static