canina/.gitignore
parsa aghayi c95c9e5ce0 feat: initialize project structure
- Configure project metadata and dependencies
- Setup Vite with React and TypeScript
- Add environment configuration and .gitignore
- Implement initial application entry point and assets
2026-05-26 11:37:22 +03:30

9 lines
73 B
Plaintext

node_modules/
build/
dist/
coverage/
.DS_Store
*.log
.env*
!.env.example