Files
auditly/.gitignore
Ra cf565df13e feat: major UI overhaul with new components and enhanced UX
- Add comprehensive Company Wiki feature with complete state management
  - CompanyWikiManager, empty states, invite modals
- Implement new Chat system with enhanced layout and components
  - ChatLayout, ChatSidebar, MessageThread, FileUploadInput
- Create modern Login and OTP verification flows
  - LoginNew page, OTPVerification component
- Add new Employee Forms system with enhanced controller
- Introduce Figma-based design components and multiple choice inputs
- Add new font assets (NeueMontreal) and robot images for onboarding
- Enhance existing components with improved styling and functionality
- Update build configuration and dependencies
- Remove deprecated ModernLogin component
2025-08-20 04:06:49 -07:00

61 lines
857 B
Plaintext

node_modules/
dist/
.env
.env.*.local
*.log
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
/figma/
/figma-code/
/server-minimal.js
/employeeQuestions.ts
/README.md
/metadata.json
**/Demo.tsx
/.firebaserc
/CLOUD_FUNCTIONS_README.md
/Employee-Questions.md
/.env.example
/firebase.json
/EMPLOYEE_FORMS_README.md
/firebase-tools.json
/firestore.indexes.json
/firestore.rules
/.env.production.example
/.github/copilot-instructions.md*
/.vscode/settings.json
/.vscode/extensions.json
!/.vscode/tasks.json
/database.rules.json
/functions/auditly*.json
/CLAUDE.md
/debug_firebase.js
/schema.json
/SECURITY_FIXES.md
/.claude
/deprecated
/figma-code
/*ignore.*